micrach/migrations/20211031085620_posts_archivation.down.sql

3 lines
43 B
MySQL
Raw Normal View History

ALTER TABLE posts
DROP COLUMN is_archived;