refactor into TriggerRunner

This commit is contained in:
Tim Olson
2023-09-19 16:05:04 -04:00
parent 68647364cd
commit 0ff6a1ae0b
23 changed files with 379 additions and 171 deletions

View File

@@ -9,7 +9,7 @@ from typing import Sequence, Union
from alembic import op
import sqlalchemy as sa
import dexorder.db
import dexorder.database
${imports if imports else ""}
# revision identifiers, used by Alembic.