#Issue with db

8 messages · Page 1 of 1 (latest)

primal ore
#

There is no migration in sqlite, it migrate from the entities and hence why you got this error. Also, i suggest you to use postgres

pastel burrow
primal ore
#

I didn’t said it is your code. Re read the message please

#

You shouldnt run the migrations when using sqlite as it sync from the entities

pastel burrow
#

so, if i understand you correct, i cant use my data from sqlite?

primal ore
#

When you set up your app and use sqlite, you don’t need to run the migrations commands

#

But i suggest you to use Postgres instead, and there you need to use the migrations command

pastel burrow
#

do I understand correctly that migration is needed in order for the data to end up in the rabbit?