소스 검색

:bug: 错误的资源名称

visuddhinanda 4 년 전
부모
커밋
9814a37bf6
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      db/go/20210815093008-create-active_logs/down.sql
  2. 2 2
      db/go/20210817132110-create-pali_word_indeces/down.sql

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

@@ -1,5 +1,5 @@
 -- This file should undo anything in `up.sql`
 -- This file should undo anything in `up.sql`
-
-DROP TYPE TActiveType ;
+-- 其他项目依赖
+-- DROP TYPE TActiveType ;
 
 
 DROP TABLE active_logs;
 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`
 -- 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;
 DROP TABLE pali_word_indexs;