silverstripe-migrations
silverstripe-migrations copied to clipboard
Add easy method to rename tabes
Add a quick shortcut to facilitate renaming of database tables.
Use case: Say you rename a DataObject
from OldDataObject
to NewDataObject
, two tables will end up existing corresponding with each with all the original data still in the OldDataObject
table.