Files
learn-languages/prisma/migrations/20260106061255_remove_unique_constraint/migration.sql
2026-01-06 15:41:11 +08:00

9 lines
312 B
SQL

-- DropIndex
DROP INDEX "dictionary_phrases_standard_form_query_lang_definition_lang_key";
-- DropIndex
DROP INDEX "dictionary_words_standard_form_query_lang_definition_lang_key";
-- RenameIndex
ALTER INDEX "pairs_folder_id_locale1_locale2_text1_key" RENAME TO "pairs_folder_id_language1_language2_text1_key";