You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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;