Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-mlc
kohinos
Commits
eb4804e4
Commit
eb4804e4
authored
Jun 15, 2020
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix : on install, config problem on doctrine migrations bundle
parent
ba4047f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doctrine_migrations.yaml
config/packages/doctrine_migrations.yaml
+5
-5
No files found.
config/packages/doctrine_migrations.yaml
View file @
eb4804e4
doctrine_migrations
:
doctrine_migrations
:
dir_name
:
'
%kernel.project_dir%/src/Migrations'
migrations_paths
:
# namespace is arbitrary but should be different from App\Migrations
'
DoctrineMigrations'
:
'
%kernel.project_dir%/src/Migrations'
# as migrations classes should NOT be autoloaded
storage
:
namespace
:
DoctrineMigrations
table_storage
:
table_name
:
'
%env(DATABASE_PREFIX)%migration_versions'
table_name
:
'
%env(DATABASE_PREFIX)%migration_versions'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment