Skip to content

Commit

Permalink
Fix unit test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
“v_kkhuang” committed Sep 20, 2024
1 parent 4928ce3 commit b1f72c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ DROP TABLE IF EXISTS `linkis_ps_bml_project`;
create table if not exists linkis_ps_bml_project(
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(128) DEFAULT NULL,
`system` varchar(64) not null default "dss",
`system` varchar(64) not null default NULL,
`source` varchar(1024) default null,
`description` varchar(1024) default null,
`creator` varchar(128) not null,
Expand Down

0 comments on commit b1f72c1

Please sign in to comment.