mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
* chore: drop deprecated tables and remove unused code * isort imports * migration: check for table existence before drop
6 lines
127 B
Python
6 lines
127 B
Python
from enum import Enum, unique
|
|
|
|
from data.migrationutil import DefinedDataMigration, MigrationPhase
|
|
|
|
ActiveDataMigration = None
|