Planner: add migration script to drop planner tables from autotest_web database
commiteb113e11e27b0abf2f95c59ebf78b123565cc50b
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Thu, 16 Jun 2011 16:11:01 +0000 (16 16:11 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Thu, 16 Jun 2011 16:11:01 +0000 (16 16:11 +0000)
tree997bbedc8136e7e20e9e97428b1e277c10ac0d86
parent7f0ce7f9e79e07494d20be6c2781d2edd515b5bf
Planner: add migration script to drop planner tables from autotest_web database

This migration script properly drops planner tables when going to this (066)
schema version, and creates all tables when going back to version 065. This
last bit is huge, incorporating bits from schema_051.sql and other migration
scripts. I wonder if it's time to rebase the schema version.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5428 592f7852-d20e-0410-864c-8624ca9c26a4
frontend/migrations/066_drop_planner.py [new file with mode: 0644]