From b6f12ff2f66604c4b1e1bb71b2d56714f322da6c Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 7 Jan 2019 14:31:17 -0500 Subject: [PATCH] Update phinx.yml file for new version of Phinx, see #20 --- app/config/database.toml.example | 2 +- phinx.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/database.toml.example b/app/config/database.toml.example index d71eb9fb..7ba3bc7d 100644 --- a/app/config/database.toml.example +++ b/app/config/database.toml.example @@ -8,4 +8,4 @@ user = "" pass = "" port = "" database = "" -file = "anime_collection.sqlite" +file = "anime_collection.sqlite3" diff --git a/phinx.yml b/phinx.yml index 23cc4bae..af089093 100644 --- a/phinx.yml +++ b/phinx.yml @@ -1,9 +1,9 @@ paths: - migrations: %%PHINX_CONFIG_DIR%%/migrations + migrations: '%%PHINX_CONFIG_DIR%%/migrations' environments: default_migration_table: phinxlog default_database: development development: adapter: sqlite - name: ./anime_collection.sqlite + name: ./anime_collection # Phinx will add a .sqlite3 suffix