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
It will be more simple now than ever to initialize database with new command db:create
By default, if you don't define a specific connection with the DATABASE_URL environment variable, CompatInfo will still use the SQLite database backend.
Composer scripts, that previously trigger setup database, were removed.
For integration with other projects, only one command is required : vendor/bin/compatinfo-db db:create
The text was updated successfully, but these errors were encountered:
It will be more simple now than ever to initialize database with new command
db:create
By default, if you don't define a specific connection with the
DATABASE_URL
environment variable, CompatInfo will still use the SQLite database backend.Composer scripts, that previously trigger setup database, were removed.
For integration with other projects, only one command is required :
vendor/bin/compatinfo-db db:create
The text was updated successfully, but these errors were encountered: