Update database schema to not allow null previous_content
Some checks are pending
CI / build (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
This commit is contained in:
parent
47ed519376
commit
1f70318d26
@ -1,5 +1,4 @@
|
||||
BEGIN;
|
||||
UPDATE messages SET previous_content = array[]::varchar[];
|
||||
ALTER TABLE messages
|
||||
ALTER COLUMN previous_content SET NOT NULL;
|
||||
ALTER TABLE messages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user