Error when setting up an sqlite repo
I picked the Ash tag because there is no tag for AshSqlite.
6 Replies
What does your Honestly looks like an AshSQLite bug. I encountered something similar a couple of days back. I had to manually edit my migrations because it was trying to drop a column or something like that, that couldn't be done with SQLite
installed_extensions section look like?
Is this for a new project?
It looks like it's trying to set up a SQLite DB with Postgres features
I don't have any generated migrations yet though, which is the weird part. I did start the project with psql and then move to sqlite
Yeah that's probably it then. Search your project for
installed_extensions or any other remnants of a Postgres setupSo is it supported to have multiple repos? One SQLite one Postgres etc
@rtorresware you likely have a migration for that from when you started with Postgres
yeah if you're doing both you should use separate repos
Yes I probably did not cleanup very well.
Also hope you’re feeling better Zach!