lemmy/migrations/2024-02-27-204628_add_post_alt_text/down.sql
2024-02-27 16:14:21 -05:00

3 lines
44 B
SQL

ALTER TABLE post
DROP COLUMN alt_text;