Eliminate the need for a deep copy of database objects during the
authorEvan Broder <broder@mit.edu>
Tue, 11 Nov 2008 04:41:13 +0000 (23:41 -0500)
committerEvan Broder <broder@mit.edu>
Tue, 11 Nov 2008 04:41:13 +0000 (23:41 -0500)
commitcdc9c24ada16a10982f1327fa4d536774b71898a
treef029b425ecb7840c8657d4e692f0c44798be432e
parent10d545ad7753e9ce129593cd8d5a6f4483587b63
Eliminate the need for a deep copy of database objects during the
migration with weird SQLAlchemy haxory.

This requires the migration script to have its own unique version of
the database library

svn path=/trunk/scripts/; revision=1611
lib/database.py [new file with mode: 0644]
xvm-migrate-machine