tvl-depot/migrations/2018-04-14-140818_posts_only_in_posts/down.sql
Vincent Ambo a90d1cc1a4 feat(migrations): Drop 'body' column from threads
As a data model simplification, the text of a thread's top post should
simply also go into the posts table.
2018-04-14 16:33:15 +02:00

1 line
62 B
SQL

ALTER TABLE threads ADD COLUMN body TEXT NOT NULL DEFAULT '';