aboutsummaryrefslogtreecommitdiffhomepage
path: root/phinx.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-06-08 16:35:02 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-06-08 16:35:02 +0200
commitac9d58211e1c6676485ef15d023215e5a465f3a8 (patch)
tree8b73ad50783cf8066ec4171367e2dd1e26026636 /phinx.yml
parent82d6d9cb06a1486e2e3b05fa6ce857b3b8655180 (diff)
parent3cf22a05416b9994aa458ea045d232264006e7cf (diff)
downloadwallabag-ac9d58211e1c6676485ef15d023215e5a465f3a8.tar.gz
wallabag-ac9d58211e1c6676485ef15d023215e5a465f3a8.tar.zst
wallabag-ac9d58211e1c6676485ef15d023215e5a465f3a8.zip
Merge branch 'v2' into v2-edit-title
Diffstat (limited to 'phinx.yml')
-rw-r--r--phinx.yml17
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 @@
1paths:
2 migrations: %%PHINX_CONFIG_DIR%%/migrations
3
4environments:
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