community: store versionsUrl in the database
This commit is contained in:
@@ -68,6 +68,7 @@ CREATE TABLE IF NOT EXISTS tokens(
|
||||
CREATE TABLE IF NOT EXISTS apps(
|
||||
id VARCHAR(128) NOT NULL UNIQUE,
|
||||
appStoreId VARCHAR(128) NOT NULL, // empty for custom apps
|
||||
versionsUrl VARCHAR(512) DEFAULT "", // community apps
|
||||
installationState VARCHAR(512) NOT NULL, // the active task on the app
|
||||
runState VARCHAR(512) NOT NULL, // if the app is stopped
|
||||
health VARCHAR(128),
|
||||
|
||||
Reference in New Issue
Block a user