Join Slack
Powered by
I would recommend using <https://www.oreilly.com/l...
# squarelibraries
a
alec
12/02/2021, 3:15 PM
I would recommend using
https://www.oreilly.com/library/view/using-sqlite/9781449394592/re208.html
to keep track of versions, so it’d be
sql = "PRAGMA user_version;"
and then after that function completes you would execute
PRAGMA user_version = ${schema.currentVersion}
Open in Slack
Previous
Next