Home
last modified time | relevance | path

Searched refs:start_migrations (Results 1 – 4 of 4) sorted by relevance

/dports/databases/py-alembic14/alembic-1.4.3/alembic/ddl/
H A Dimpl.py487 def start_migrations(self): member in DefaultImpl
/dports/databases/py-alembic/alembic-1.7.5/alembic/ddl/
H A Dimpl.py606 def start_migrations(self) -> None: member in DefaultImpl
/dports/databases/py-alembic14/alembic-1.4.3/alembic/runtime/
H A Dmigration.py490 self.impl.start_migrations()
/dports/databases/py-alembic/alembic-1.7.5/alembic/runtime/
H A Dmigration.py589 self.impl.start_migrations()