Skip to content

Commit

Permalink
fix: add token column to init sql
Browse files Browse the repository at this point in the history
  • Loading branch information
bpereto committed Apr 30, 2024
1 parent e013e9d commit 9ca8799
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 9ca8799

Please sign in to comment.