1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:34:04 +00:00

Add two comments to migration_parameters

This commit is contained in:
Samuel Štancl 2020-04-23 03:39:15 +02:00 committed by GitHub
parent 3500d2eb5e
commit 66d624b521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
], ],
/** /**