Преглед на файлове

docs: 修改配置文件

ChenSiTong преди 6 години
родител
ревизия
2adbb7823d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/resources/update.sql

+ 2 - 2
src/main/resources/update.sql

@@ -44,8 +44,8 @@
 update comment
 update comment
 set top_number=0
 set top_number=0
 where top_number is null;
 where top_number is null;
-# alter table comment
-#     modify top_number int not null;
+alter table comment
+    modify top_number int not null;
 # alter table comment
 # alter table comment
 #     modify user_id bigint not null;
 #     modify user_id bigint not null;
 # alter table comment
 # alter table comment