]> Untitled Git - lemmy.git/blobdiff - migrations/2023-06-06-104440_index_post_url/down.sql
Adding hot_rank columns in place of function sorting. (#2952)
[lemmy.git] / migrations / 2023-06-06-104440_index_post_url / down.sql
index 5a60b131bfc49494bfbfe6cb49f34c1c9b56a569..ccc9e938f4d5b19a090b70f82fb8a971137d6bdc 100644 (file)
@@ -1 +1,5 @@
+-- Change back the column type
+alter table post alter column url type text;
+
+-- Drop the index
 drop index idx_post_url;