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
{{ message }}
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
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
Boolean flags in ~/.lambo/config do not get applied. The affected flags are
DEVELOP,CREATE_DATABASE,MIGRATE_DATABASE,LINKandSECURE.Original description
It's strange, but lambo does not create & migrate the database, also its configured correctly (see
CREATE_DATABASE=trueinconfigfile below). In the past, the database was created.This command does not create a database:
lambo new mydemo1 --breeze=bladeThe database is only created if i add the option.
lambo new mydemo2 --breeze=blade --create-dbMy lambo config (System: Apple M1)