Update created_at column to NOT NULL
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
32d6adba4b
commit
8c80417a53
@ -0,0 +1 @@
|
||||
ALTER TABLE et_runtime_data ALTER COLUMN created_at DROP NOT NULL;
|
@ -0,0 +1 @@
|
||||
ALTER TABLE et_runtime_data ALTER COLUMN created_at SET NOT NULL;
|
Loading…
x
Reference in New Issue
Block a user