Add appPortBindings port count column
This commit is contained in:
@@ -115,6 +115,7 @@ CREATE TABLE IF NOT EXISTS appPortBindings(
|
||||
type VARCHAR(8) NOT NULL DEFAULT "tcp",
|
||||
environmentVariable VARCHAR(128) NOT NULL,
|
||||
appId VARCHAR(128) NOT NULL,
|
||||
count INTEGER DEFAULT 1,
|
||||
FOREIGN KEY(appId) REFERENCES apps(id),
|
||||
PRIMARY KEY(hostPort));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user