얼마 전 Firefish에서 Sharkey로 마이그레이션한 다음, Iceshrimp로 다시 이전하려는 상황이다. Sharkey 2024.9.0
movedToUri, alsoKnownAs, (isIndexable,) speakAsCat, preventAiLearning, silencedHosts 는 iceshrimp(/firefish)에서 사용할 수 있지만, 마이그레이션 롤백 중에 소실된다. 이를 미리 백업한다.
ALTER TABLE "user" ADD "ices_movedToUri" character varying(512);
ALTER TABLE "user" ADD "ices_alsoKnownAs" TEXT;
COMMENT ON COLUMN "user"."ices_movedToUri" IS 'The URI of the new account of the User';