UNPKG

@beaker/core

Version:
11 lines (8 loc) 157 B
module.exports = ` -- join table to list the archive's type fields CREATE TABLE archives_meta_type ( key TEXT, type TEXT ); PRAGMA user_version = 9; `