Update created_at column to NOT NULL
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2022-07-17 14:27:25 +02:00
parent 32d6adba4b
commit 8c80417a53
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE et_runtime_data ALTER COLUMN created_at DROP NOT NULL;

View File

@ -0,0 +1 @@
ALTER TABLE et_runtime_data ALTER COLUMN created_at SET NOT NULL;