I find <https://cashapp.github.io/sqldelight/js_sq...
# squarelibraries
s
I find https://cashapp.github.io/sqldelight/js_sqlite/migrations/ misleading. Reading the sentence
If you run your migration from code [...]
I was thinking that just having a
1.sqm
would cause the database to update, because the first sentence make it sound like the code migration way is optional. But since this does not work it looks like I have to call
Database.Schema.migrate()
in code regardless. Correct?