Is it ok to add double quote here or do
Is it ok to add double quote here or do we need another value?
ENABLE_DB_MIGRATIONS: "True"
2 Replies
Yes, just make sure to keep it lowercase, it is used for the first seeding of the database and then becomes kinda useless, it might disapear in a few month when we have better way of migrating the database in place 🙂
OK, with the double quote it doesn't raise any error