Update schema file

This commit is contained in:
Girish Ramakrishnan
2015-03-08 19:30:31 -07:00
parent 64296ee1fe
commit e5aec11fc6
+1
View File
@@ -54,6 +54,7 @@ CREATE TABLE IF NOT EXISTS apps(
CREATE TABLE IF NOT EXISTS appPortBindings(
hostPort VARCHAR(5) NOT NULL UNIQUE,
environmentVariable NOT NULL VARCHAR(128),
containerPort VARCHAR(5) NOT NULL,
appId VARCHAR(128) NOT NULL,
FOREIGN KEY(appId) REFERENCES apps(id),