UNPKG

@beaker/core

Version:
8 lines (5 loc) 189 B
module.exports = ` -- watch localSyncPath and automatically publish changes (1) or not (0) ALTER TABLE archives ADD COLUMN autoPublishLocal INTEGER DEFAULT 0; PRAGMA user_version = 20; `