micrach/migrations/20211031085620_posts_archivation.down.sql
2021-11-02 10:48:57 +02:00

3 lines
43 B
SQL

ALTER TABLE posts
DROP COLUMN is_archived;