Browse Source

:bug: 错误的资源名称

visuddhinanda 4 years ago
parent
commit
9814a37bf6

+ 2 - 2
db/go/20210815093008-create-active_logs/down.sql

@@ -1,5 +1,5 @@
 -- This file should undo anything in `up.sql`
-
-DROP TYPE TActiveType ;
+-- 其他项目依赖
+-- DROP TYPE TActiveType ;
 
 DROP TABLE active_logs;

+ 2 - 2
db/go/20210817132110-create-pali_word_indeces/down.sql

@@ -1,7 +1,7 @@
 -- This file should undo anything in `up.sql`
 
-DROP INDEX  pali_word_indeces_word ;
-DROP INDEX  pali_word_indeces_word_en ;
+DROP INDEX  pali_word_indexs_word ;
+DROP INDEX  pali_word_indexs_word_en ;
 
 DROP TABLE pali_word_indexs;