You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boolean flags in ~/.lambo/config do not get applied. The affected flags are DEVELOP, CREATE_DATABASE, MIGRATE_DATABASE, LINK and SECURE.
Original description
It's strange, but lambo does not create & migrate the database, also its configured correctly (see CREATE_DATABASE=true in config file below). In the past, the database was created.
This command does not create a database: lambo new mydemo1 --breeze=blade
The database is only created if i add the option. lambo new mydemo2 --breeze=blade --create-db
jonsugar
changed the title
Database not created, although "CREATE_DATABASE=true" is set in lambo config.
Boolean flags in ~/.lambo/config do not get applied.
Sep 15, 2022
Boolean flags in ~/.lambo/config do not get applied. The affected flags are
DEVELOP
,CREATE_DATABASE
,MIGRATE_DATABASE
,LINK
andSECURE
.Original description
It's strange, but lambo does not create & migrate the database, also its configured correctly (see
CREATE_DATABASE=true
inconfig
file below). In the past, the database was created.This command does not create a database:
lambo new mydemo1 --breeze=blade
The database is only created if i add the option.
lambo new mydemo2 --breeze=blade --create-db
My lambo config (System: Apple M1)
The text was updated successfully, but these errors were encountered: