Piotr Prus
08/22/2022, 9:33 PMsqldelight
and release version of android app. I have the file favourites.sq and CREATE TABLE
statement into it. On debug version of the app it works, but on release it is not creating the table and app crash with error:
no such table: favourite
. I found somewhere on slack that I can put CREATE TABLE
also in 1.sqm. I did that and surprisingly it works. Unfortunatelly, on debug version I go t the error now:
table favourite already exists
How can I get rid of it and why the release version of the app needs the migration file if I actually do not migrate anything ? 😕