Welcome Guest, Not a member yet? Register   Sign In
Introducing Migrations to CodeIgniter
#2

[eluser]sophistry[/eluser]
this looks really helpful. i've never used a db migration utility before but i've recently moved to a new version of a project and basically rewrote the entire schema by hand. but, after i'd done it i realized i had to get the existing data into the new schema. i normalized the schema and there was no easy way to rebuild it, so i did it piecemeal (coding custom importing loops by hand).

what do you do about the data when you remove or significantly alter a table? (e.g., normalize it)

is there a facility for backing up the data in the tables before migrations? restoring after? specifying alterations that result in normalization so the data can be cleanly moved just like the schema?

thanks!


Messages In This Thread
Introducing Migrations to CodeIgniter - by El Forum - 09-17-2007, 09:44 PM
Introducing Migrations to CodeIgniter - by El Forum - 09-18-2007, 09:22 AM
Introducing Migrations to CodeIgniter - by El Forum - 09-18-2007, 10:19 AM
Introducing Migrations to CodeIgniter - by El Forum - 09-19-2007, 03:13 PM
Introducing Migrations to CodeIgniter - by El Forum - 06-01-2008, 05:59 PM
Introducing Migrations to CodeIgniter - by El Forum - 06-01-2008, 09:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB