This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c7d4f3  fix: add token column to init sql (#561)
5c7d4f3 is described below

commit 5c7d4f3d2c9b2c9432c321ad7b248d7778a80311
Author: Bäm <[email protected]>
AuthorDate: Fri May 3 19:20:24 2024 +0200

    fix: add token column to init sql (#561)
---
 docker/init_db.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/init_db.sql b/docker/init_db.sql
index a835251..c1ff98e 100644
--- a/docker/init_db.sql
+++ b/docker/init_db.sql
@@ -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)
 );

Reply via email to