Column is called enableForUpdates

This commit is contained in:
Johannes Zellner
2025-09-23 21:23:33 +02:00
parent fcb59091d2
commit 3bfa7b1cdd

View File

@@ -316,7 +316,7 @@ CREATE TABLE IF NOT EXISTS backupSites(
format VARCHAR(16) NOT NULL,
schedule VARCHAR(128),
integrityKeyPairJson TEXT, // { publicKey, privateKey }
enabledForUpdates BOOLEAN DEFAULT false,
enableForUpdates BOOLEAN DEFAULT false,
creationTime TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
ts TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,