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

5 lines
75 B
MySQL
Raw Normal View History

2023-10-24 15:07:52 +00:00
DROP TABLE remote_image;
ALTER TABLE local_image RENAME TO image_upload;
2023-10-24 13:56:04 +00:00