diff options
| -rw-r--r-- | sql/dawn.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 3f0100d9..b1ef288a 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -254,7 +254,7 @@ CREATE TABLE bond_submission( allocation_id integer not null references allocation on delete cascade, "action" action not null, submit_date = timestamptz DEFAULT now(), - status status NOT NULL DEFAULT 'PENDING' + status status NOT NULL DEFAULT 'Pending' ); |
