benchbuild.db.versions.003_Unmanage_Events module

Remove ‘benchbuild_events’ from the managed part of the schema.

We do not delete this table during our upgrades, because we do not want to wipe measurement data.

During downgrade we will make sure to create the table as needed.

benchbuild.db.versions.003_Unmanage_Events.downgrade(migrate_engine)[source]
benchbuild.db.versions.003_Unmanage_Events.upgrade(migrate_engine)[source]