UNPKG

@beaker/core

Version:
8 lines (5 loc) 168 B
module.exports = ` -- add a field to track when last accessed in the library ALTER TABLE bookmarks ADD COLUMN pinOrder INTEGER DEFAULT 0; PRAGMA user_version = 16; `