Skip to content

Commit e46355f

Browse files
authored
[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
1 parent 3f99357 commit e46355f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@
194194
*/
195195
'seeder_parameters' => [
196196
'--class' => 'DatabaseSeeder', // root seeder class
197-
// '--force' => true,
197+
// '--force' => true, // This needs to be true to seed tenant databases in production
198198
],
199199
];

0 commit comments

Comments
 (0)