diff --git a/migrations/schema.sql b/migrations/schema.sql index 249e7d43f..f37cee444 100644 --- a/migrations/schema.sql +++ b/migrations/schema.sql @@ -66,8 +66,6 @@ CREATE TABLE IF NOT EXISTS apps( containerId VARCHAR(128), manifestJson TEXT, httpPort INTEGER, // this is the nginx proxy port and not manifest.httpPort - location VARCHAR(128) NOT NULL, - domain VARCHAR(128) NOT NULL, accessRestrictionJson TEXT, // { users: [ ], groups: [ ] } creationTime TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, // when the app was installed updateTime TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, // when the last app update was done