lemmy/migrations/2023-10-24-131607_proxy_links/down.sql

5 lines
75 B
SQL

DROP TABLE remote_image;
ALTER TABLE local_image RENAME TO image_upload;