]> Untitled Git - lemmy.git/blob - migrations/2023-06-06-104440_index_post_url/down.sql
feat: re-added captcha checks (#3289)
[lemmy.git] / migrations / 2023-06-06-104440_index_post_url / down.sql
1 -- Change back the column type
2 alter table post alter column url type text;
3
4 -- Drop the index
5 drop index idx_post_url;