UNPKG

@beaker/core

Version:
9 lines (6 loc) 192 B
module.exports = ` -- add variable to track the staging size less ignored files -- deprecated ALTER TABLE archives_meta ADD COLUMN stagingSizeLessIgnored INTEGER; PRAGMA user_version = 2; `