UNPKG

@beaker/core

Version:
8 lines (5 loc) 173 B
module.exports = ` -- add variable to track the access times of archives ALTER TABLE archives_meta ADD COLUMN lastAccessTime INTEGER DEFAULT 0; PRAGMA user_version = 3; `