Umbraco Cloud project fails on building SQLite db
d
hi everyone. another day another issue for me apparently! We have our repo in devops (as pr the clients request), and sync it to umbraco cloud. When we clone our project / onboard new developers the SQLite db will not create properly. It is missing some tables like umbracoIddictApplications and I simply cant wrap my head around how to fix it. I could run a a sql script creating the tables, however this is something that should straight up work out of the box, which is making me hesitant. Has anyone tried this, or maybe has a solution. our error is basically the same as this: https://github.com/patrickdemooij9/SeoToolkit.Umbraco/issues/265 however its on the other table. any input is also appreciated.