diff options
Diffstat (limited to 'migrations/20260223_4ea018_up_2597a8.sql')
| -rw-r--r-- | migrations/20260223_4ea018_up_2597a8.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/migrations/20260223_4ea018_up_2597a8.sql b/migrations/20260223_4ea018_up_2597a8.sql new file mode 100644 index 0000000..ca00628 --- /dev/null +++ b/migrations/20260223_4ea018_up_2597a8.sql @@ -0,0 +1,3 @@ +ALTER TABLE posts ADD COLUMN title TEXT NOT NULL; +ALTER TABLE posts ADD COLUMN description TEXT; +ALTER TABLE posts ADD COLUMN original TEXT NOT NULL; |
