#Issue with db
8 messages · Page 1 of 1 (latest)
But is not my code, I try to find it, but not finde it
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
so, if i understand you correct, i cant use my data from sqlite?
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
do I understand correctly that migration is needed in order for the data to end up in the rabbit?