瀏覽代碼

Update UpdateController.class.php

star7th 5 年之前
父節點
當前提交
9b7ff66dcf
共有 1 個文件被更改,包括 4 次插入1 次删除
  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 ;
     }