1
0
Fork 1
mirror of https://example.com synced 2024-11-23 06:26:39 +09:00
firefish/neko/revert.sql

16 lines
471 B
MySQL
Raw Normal View History

2023-11-09 21:25:55 +09:00
-- vervis
UPDATE meta SET "repositoryUrl" = 'https://git.joinfirefish.org/firefish/firefish';
-- more-urls
ALTER TABLE "meta" DROP COLUMN "moreUrls";
-- pgroonga
DROP INDEX "public"."IDX_f27f5d88941e57442be75ba9c8";
DROP INDEX "public"."IDX_065d4d8f3b5adb4a08841eae3c";
DROP INDEX "public"."IDX_fcb770976ff8240af5799e3ffc";
DROP EXTENSION pgroonga CASCADE;
2023-10-04 18:18:06 +09:00
-- emoji-moderator
ALTER TABLE "user" DROP COLUMN "emojiModPerm";
DROP TYPE "public"."user_emojimodperm_enum";