Update phinx.yml file for new version of Phinx, see #20
timw4mail/HummingBirdAnimeClient/develop This commit looks good Podrobnosti
timw4mail/HummingBirdAnimeClient/PR-21 This commit looks good Podrobnosti

This commit is contained in:
Timothy Warren 2019-01-07 14:31:17 -05:00
rodič 1c3b478d49
revize 42ec5faa4a
2 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@ -8,4 +8,4 @@ user = ""
pass = ""
port = ""
database = ""
file = "anime_collection.sqlite"
file = "anime_collection.sqlite3"

Zobrazit soubor

@ -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