Update phinx.yml file for new version of Phinx, see #20
This commit is contained in:
parent
317d8fd29b
commit
b6f12ff2f6
@ -8,4 +8,4 @@ user = ""
|
|||||||
pass = ""
|
pass = ""
|
||||||
port = ""
|
port = ""
|
||||||
database = ""
|
database = ""
|
||||||
file = "anime_collection.sqlite"
|
file = "anime_collection.sqlite3"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
paths:
|
paths:
|
||||||
migrations: %%PHINX_CONFIG_DIR%%/migrations
|
migrations: '%%PHINX_CONFIG_DIR%%/migrations'
|
||||||
|
|
||||||
environments:
|
environments:
|
||||||
default_migration_table: phinxlog
|
default_migration_table: phinxlog
|
||||||
default_database: development
|
default_database: development
|
||||||
development:
|
development:
|
||||||
adapter: sqlite
|
adapter: sqlite
|
||||||
name: ./anime_collection.sqlite
|
name: ./anime_collection # Phinx will add a .sqlite3 suffix
|
||||||
|
Loading…
Reference in New Issue
Block a user