phinx icon indicating copy to clipboard operation
phinx copied to clipboard

Update docs to use `migration_table` instead of `default_migration_table`.

Open MasterOdin opened this issue 1 year ago • 5 comments

On a side note, the docs still says default_migration_table but I think that's deprecated since 0.13.

Originally posted by @zkwbbr in #2264

MasterOdin avatar Dec 03 '24 03:12 MasterOdin

Using 0.14 and it appears to still be using default_migration_table. I guess the docs is still okay unless I am missing something

IamMutevu avatar Dec 10 '24 22:12 IamMutevu

Yeah, we never removed the functionality so it still works, but I plan to, but it'd be good to update the docs first to give people more lead time to do the right thing.

Granted, there's always a warning that gets printed when using default_migration_table to tell people to use migration_table.

MasterOdin avatar Dec 27 '24 04:12 MasterOdin

That's noted. Thanks for the heads up.

IamMutevu avatar Dec 27 '24 06:12 IamMutevu

Long outdated I guess.

dereuromark avatar Nov 03 '25 23:11 dereuromark

Still something that needs updating in the docs, just haven't gotten to it yet unfortunately.

MasterOdin avatar Nov 04 '25 20:11 MasterOdin