NathanWolf / BukkitPlugins

My plugins for the Bukkit Minecraft server
mine.elmakers.com
14 stars 7 forks source link

Automatic Data Migration - Phase 1 #43

Open NathanWolf opened 13 years ago

NathanWolf commented 13 years ago

Phase 1 data migration needs to happen right away- I need it for NetherGate, and I think WinSock needs it for ProtectedDoors, too.

Phase 1 will handle adding new columns to a field. Removing fields should already be "safe", though the new migration code will clean up any removed columns from the data table.

I plan to save a backup table for each migration, just in case.