Converted Brandon's scripts into a single python script that doesn't require
authorDiane Trout <diane@caltech.edu>
Wed, 12 Aug 2009 22:44:08 +0000 (22:44 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 12 Aug 2009 22:44:08 +0000 (22:44 +0000)
commitf11f224dd132264d996d3ba24f7071e72df49351
treef9138fef4f345b9c42b9f4065f05f66e06e070af
parent3e27ce41d851e2c3d34e38ad08f2685f89b93493
Converted Brandon's scripts into a single python script that doesn't require
a previous version to run. It may however still require running syncdb.

It also improves on my first attempt of just using straight SQL to split the
flowcell into flowcell + lanes table in that now all the lanes for a single flowcell
are all next to each other.
docs/upgrade_from_v0.2.6_to_v0.3.sh [deleted file]
docs/upgrade_v0.2.6_to_v0.3.py [new file with mode: 0644]
scripts/drop_lanes_from_flowcell.sql [deleted file]
scripts/migrate_to_lane_table.py [deleted file]