1
0
Fork 0
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:
Johannes 2025-03-13 17:01:51 +01:00 committed by GitHub
parent 3f9935784d
commit e46355fb9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
],
];