* [task#121383,done,0.1h,0h] Add superior field to zt_user table.

This commit is contained in:
wangyuting
2024-06-26 09:18:49 +08:00
committed by 孙广明
parent 4b297d54ac
commit fb92956af1
+2
View File
@@ -97,3 +97,5 @@ ALTER TABLE `zt_pivot` ADD `driver` enum('mysql', 'duckdb') not NULL default 'my
ALTER TABLE `zt_chart` ADD `driver` enum('mysql', 'duckdb') not NULL default 'mysql' AFTER `code`;
INSERT INTO `zt_cron` (`m`, `h`, `dom`, `mon`, `dow`, `command`, `remark`, `type`, `buildin`, `status`) VALUES ('*/10', '*', '*', '*', '*', 'moduleName=bi&methodName=syncParquetFile', '生成parquet文件', 'zentao', 1, 'normal');
ALTER TABLE `zt_user` ADD `superior` char(30) NULL DEFAULT '' AFTER `realname`;