Skip to content

Commit

Permalink
Merge pull request #14 from WeBankFinTech/dev-0.9.0
Browse files Browse the repository at this point in the history
Dev 0.9.0
  • Loading branch information
yuchenyao authored Jul 13, 2020
2 parents 94f1e62 + c508151 commit 95a79fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/dss_dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ insert into `linkis_config_key_tree` VALUES(NULL,@key_id1,@tree_id1);
insert into `linkis_config_key_tree` VALUES(NULL,@key_id2,@tree_id1);
insert into `linkis_config_key_tree` VALUES(NULL,@key_id3,@tree_id1);

ALTER TABLE dss_project ADD workspace_id bigint(20) DEFAULT 1;
INSERT INTO dss_workspace (id, name, label, description, department, product, source, create_by, create_time, last_update_time, last_update_user) VALUES (1, 'default', 'default', 'default user workspace', NULL, NULL, 'create by user', 'root', NULL, NULL, 'root');

INSERT INTO dss_homepage_demo_instance (id, menu_id, name, url, title_en, title_cn, description, is_active, icon, `order`, click_num, create_by, create_time, last_update_time, last_update_user) VALUES (NULL, 1, '工作流编辑执行', 'https://github.com/WeBankFinTech/DataSphereStudio', 'workflow edit execution', '工作流编辑执行', '工作流编辑执行', 1, NULL, 1, 0, NULL, NULL, NULL, NULL);
Expand Down

0 comments on commit 95a79fe

Please sign in to comment.