4 lines
97 B
Python
4 lines
97 B
Python
from backend.database.migrations.runner import Migration
|
|
|
|
MIGRATIONS: tuple[Migration, ...] = ()
|