Skip to content

Commit

Permalink
Merge pull request #61 from microsoft/eedorenko-patch-1-1
Browse files Browse the repository at this point in the history
Update ddl.pgsql
  • Loading branch information
eedorenko authored Oct 30, 2024
2 parents 270905f + f23a588 commit d2b7df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/scripts/ddl.pgsql
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ create table if not exists environment (

create table if not exists deployment_target(
id serial primary key,
name varchar(30) not null,
name varchar(100) not null,
description text,
workload_id int not null references workload(id),
environment_id int not null references environment(id),
Expand Down

0 comments on commit d2b7df9

Please sign in to comment.