mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:14:02 +00:00
Add two comments to migration_parameters
This commit is contained in:
parent
3500d2eb5e
commit
66d624b521
1 changed files with 2 additions and 1 deletions
|
|
@ -252,7 +252,8 @@ return [
|
||||||
*/
|
*/
|
||||||
'migrate_after_creation' => false,
|
'migrate_after_creation' => false,
|
||||||
'migration_parameters' => [
|
'migration_parameters' => [
|
||||||
// '--force' => true,
|
// '--force' => true, // Set this to true to be able to run migrations in production
|
||||||
|
// '--path' => [], // If you need to customize paths to tenant migrations
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue