ChenSiTong 6 лет назад
Родитель
Сommit
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
 set top_number=0
 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
 #     modify user_id bigint not null;
 # alter table comment