lemmy/migrations/2023-06-06-104440_index_pos.../down.sql

6 lines
120 B
SQL

-- Change back the column type
alter table post alter column url type text;
-- Drop the index
drop index idx_post_url;