Initial version
This commit is contained in:
5
migrations/data/003_nsfw.sql
Normal file
5
migrations/data/003_nsfw.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE jokes ADD COLUMN nsfw BOOLEAN NOT NULL DEFAULT 'f';
|
||||
|
||||
---- create above / drop below ----
|
||||
|
||||
ALTER TABLE jokes DROP COLUMN nsfw;
|
||||
Reference in New Issue
Block a user