Explorar el Código

3.4.5 init sql bug

xiaofei hace 1 mes
padre
commit
65284e2dab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      distributed-print/install/mysql/init/teachcloud_db.sql

+ 1 - 1
distributed-print/install/mysql/init/teachcloud_db.sql

@@ -642,7 +642,7 @@ CREATE TABLE IF NOT EXISTS `boot_app_info`
 -- ----------------------------
 -- Records of boot_app_info
 -- ----------------------------
-INSERT INTO `boot_app_info` (`app_code`, `app_version`, `locked`) VALUES ('teachcloud', '3.4.4', b'0');
+INSERT INTO `boot_app_info` (`app_code`, `app_version`, `locked`) VALUES ('teachcloud', '3.4.5', b'0');
 
 -- ----------------------------
 -- Table structure for client_print_data