Explorar el Código

Update UpdateController.class.php

star7th hace 6 años
padre
commit
9b7ff66dcf
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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 ;
     }