diff --git a/install/production-filesystem/entrypoint.d/20-first-run-db.sh b/install/production-filesystem/entrypoint.d/20-first-run-db.sh index 905efcfb..de4d7b78 100755 --- a/install/production-filesystem/entrypoint.d/20-first-run-db.sh +++ b/install/production-filesystem/entrypoint.d/20-first-run-db.sh @@ -97,8 +97,9 @@ CREATE TABLE Devices ( devSite TEXT, devSSID TEXT, devSyncHubNode TEXT, - devSourcePlugin TEXT - , "devCustomProps" TEXT); + devSourcePlugin TEXT, + devFQDN TEXT, + "devCustomProps" TEXT); CREATE TABLE IF NOT EXISTS "Settings" ( "setKey" TEXT, "setName" TEXT,