瀏覽代碼

3.3.1 update

xiaofei 1 年之前
父節點
當前提交
19eaf4363d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      distributed-print/install/mysql/upgrade/3.3.1.sql

+ 2 - 0
distributed-print/install/mysql/upgrade/3.3.1.sql

@@ -1,3 +1,5 @@
+USE teachcloud_db;
+
 -- -------------补考-----------
 update basic_exam t set t.category = 'MAKEUP' where t.category = 'ONLINE';
 update basic_exam t set t.category = 'FORMAL' where t.category = 'OFFLINE';