Skip to content

Commit

Permalink
fix: add token column to init sql (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpereto authored May 3, 2024
1 parent ff923bf commit 5c7d4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/init_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ CREATE TABLE IF NOT EXISTS environments (
name varchar(256) NOT NULL,
broker varchar(1024) NOT NULL,
bookie varchar(1024) NOT NULL,
token varchar(1024),
CONSTRAINT PK_name PRIMARY KEY (name),
UNIQUE (broker)
);
Expand Down

0 comments on commit 5c7d4f3

Please sign in to comment.