UNPKG

@beaker/core

Version:
8 lines (5 loc) 163 B
module.exports = ` -- add a field to track rehost expiration (for timed rehosting) ALTER TABLE archives ADD COLUMN expiresAt INTEGER; PRAGMA user_version = 7; `