We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 270905f + f23a588 commit d2b7df9Copy full SHA for d2b7df9
storage/scripts/ddl.pgsql
@@ -61,7 +61,7 @@ create table if not exists environment (
61
62
create table if not exists deployment_target(
63
id serial primary key,
64
- name varchar(30) not null,
+ name varchar(100) not null,
65
description text,
66
workload_id int not null references workload(id),
67
environment_id int not null references environment(id),
0 commit comments