diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-06-02 16:54:52 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-06-02 16:54:52 +0200 |
commit | 170746f99d7e0bea2eb08ccf6015fe0384d45b00 (patch) | |
tree | 660a19c8b1001f986e51f2a9692f4491231cded6 /phinx.yml | |
parent | 51d9699fa130a18a1c5cd09d1b03a382d73e91db (diff) | |
download | wallabag-170746f99d7e0bea2eb08ccf6015fe0384d45b00.tar.gz wallabag-170746f99d7e0bea2eb08ccf6015fe0384d45b00.tar.zst wallabag-170746f99d7e0bea2eb08ccf6015fe0384d45b00.zip |
Remove phinx
Doctrine handle quite correctly database migration. Thanks to `doctrine:schema:update`
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 | ||