Running into an issue running migrations on SQLDel...
# squarelibraries
r
Running into an issue running migrations on SQLDelight. We're trying to alter a table (statement in
4.sqm
) that has a custom typed query (
User.sq
) which is created inside a migration (
1.sqm
), but we're hitting a compilation error. Our upsert statement is along the lines of
Copy code
INSERT OR REPLACE INTO table(value, value2, ...)
VALUES ?
with the new column from the migration appended at the end. Any ideas?
h
Please create an issue, thanks.