diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-06-03 21:24:11 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-06-03 21:24:11 +0200 |
commit | 3cf22a05416b9994aa458ea045d232264006e7cf (patch) | |
tree | f1ef00c22a8991b504d2f9d0813c823e9c98f7b1 /phinx.yml | |
parent | 51d9699fa130a18a1c5cd09d1b03a382d73e91db (diff) | |
parent | 75e9d1df03831a3dc1f92b0ef713c5e2f90fa543 (diff) | |
download | wallabag-3cf22a05416b9994aa458ea045d232264006e7cf.tar.gz wallabag-3cf22a05416b9994aa458ea045d232264006e7cf.tar.zst wallabag-3cf22a05416b9994aa458ea045d232264006e7cf.zip |
Merge pull request #1206 from wallabag/sf-2.7
Upgrade to Symfony 2.7
Diffstat (limited to 'phinx.yml')
-rw-r--r-- | phinx.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/phinx.yml b/phinx.yml deleted file mode 100644 index 26869443..00000000 --- a/phinx.yml +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | paths: | ||
2 | migrations: %%PHINX_CONFIG_DIR%%/migrations | ||
3 | |||
4 | environments: | ||
5 | default_migration_table: phinxlog | ||
6 | default_database: development | ||
7 | production: | ||
8 | adapter: sqlite | ||
9 | name: app/db/poche | ||
10 | |||
11 | development: | ||
12 | adapter: sqlite | ||
13 | name: app/db/poche | ||
14 | |||
15 | testing: | ||
16 | adapter: sqlite | ||
17 | name: app/db/poche | ||