aboutsummaryrefslogtreecommitdiffhomepage
path: root/phinx.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 07:40:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 07:40:39 +0100
commit6ad93dff69d7c2beb2196e73f641e6484fccbeb7 (patch)
tree12430b858be2a41029fc11d1afa1fa2a120b96f9 /phinx.yml
parentc78c1a3f08815aab99752026ccdf1dcf63cf43c1 (diff)
downloadwallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.gz
wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.zst
wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.zip
new folders
Diffstat (limited to 'phinx.yml')
-rw-r--r--phinx.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/phinx.yml b/phinx.yml
new file mode 100644
index 00000000..f6c6300f
--- /dev/null
+++ b/phinx.yml
@@ -0,0 +1,17 @@
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: db/poche
10
11 development:
12 adapter: sqlite
13 name: db/poche
14
15 testing:
16 adapter: sqlite
17 name: db/poche