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

3 lines
73 B
SQL

drop table remote_image;
alter table local_image rename to image_upload;