Browse Source

Update UpdateController.class.php

star7th 5 years ago
parent
commit
9b7ff66dcf
1 changed files with 4 additions and 1 deletions
  1. 4 1
      server/Application/Api/Controller/UpdateController.class.php

+ 4 - 1
server/Application/Api/Controller/UpdateController.class.php

@@ -282,7 +282,10 @@ class UpdateController extends BaseController {
             `date_month` CHAR(2000) NOT NULL DEFAULT ''
             )";
         D("User")->execute($sql);
-
+        //留个注释提醒自己,如果更新数据库结构,务必更改上面的$version_num
+        //留个注释提醒自己,如果更新数据库结构,务必更改上面的$version_num
+        //留个注释提醒自己,如果更新数据库结构,务必更改上面的$version_num
+        
         return true ;
     }