Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 24, 2024
1 parent 7cd9931 commit b53c9b8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
"""add last scheduled time
Revision ID: 1be37720e832
Revision ID: 4885182f6206
Revises: 8e1f83486be7
Create Date: 2024-11-15 16:12:08.825985+00:00
Create Date: 2024-11-22 15:50:17.798131+00:00
"""
import sqlalchemy as sa
from alembic import op

# revision identifiers, used by Alembic.
revision = "1be37720e832"
revision = "4885182f6206"
down_revision = "8e1f83486be7"
branch_labels = None
depends_on = None
Expand Down

0 comments on commit b53c9b8

Please sign in to comment.