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-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;