mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:14:05 +00:00
[3.x] Add comment to config file explaining --force with seeding in production (#1326)
* add comment in seed config for clarification * test tenant creation seeding also in production environments (with force) * revert changes in DatabasePreparationTest
This commit is contained in:
parent
3f9935784d
commit
e46355fb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -194,6 +194,6 @@ return [
|
|||
*/
|
||||
'seeder_parameters' => [
|
||||
'--class' => 'DatabaseSeeder', // root seeder class
|
||||
// '--force' => true,
|
||||
// '--force' => true, // This needs to be true to seed tenant databases in production
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue