Skip to content

Commit 22d53fd

Browse files
authored
Merge pull request #205 from schumiyi/dev-0.9.0
Dev 0.9.0
2 parents 9b92eb0 + ef3ed1b commit 22d53fd

File tree

3 files changed

+47
-54
lines changed

3 files changed

+47
-54
lines changed

db/dss_ddl.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ CREATE TABLE `dss_project` (
154154
`name` varchar(200) COLLATE utf8_bin DEFAULT NULL,
155155
`source` varchar(50) COLLATE utf8_bin DEFAULT NULL COMMENT 'Source of the dss_project',
156156
`description` text COLLATE utf8_bin,
157+
`workspace_id` bigint(20) DEFAULT 1,
157158
`user_id` bigint(20) DEFAULT NULL,
158159
`create_time` datetime DEFAULT NULL,
159160
`create_by` bigint(20) DEFAULT NULL,
@@ -372,6 +373,7 @@ DROP TABLE IF EXISTS `dss_onestop_user_favorites`;
372373
CREATE TABLE `dss_onestop_user_favorites` (
373374
`id` int(20) NOT NULL AUTO_INCREMENT,
374375
`username` varchar(64) DEFAULT NULL,
376+
`workspace_id` bigint(20) DEFAULT 1,
375377
`menu_application_id` int(20) DEFAULT NULL,
376378
`order` int(2) DEFAULT NULL,
377379
`create_by` varchar(255) DEFAULT NULL,

0 commit comments

Comments
 (0)