Skip to content

Commit

Permalink
rerun db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Apr 8, 2024
1 parent 3bd58d8 commit f91ce6d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
# under the License.
"""add_query_sql_editor_id_index
Revision ID: efb7a20ff8d8
Revises: be1b217cd8cd
Create Date: 2024-03-04 14:48:16.998927
Revision ID: 9e6bb825b4ce
Revises: 678eefb4ab44
Create Date: 2024-04-08 14:13:45.514184
"""

# revision identifiers, used by Alembic.
revision = "efb7a20ff8d8"
down_revision = "be1b217cd8cd"
revision = '9e6bb825b4ce'
down_revision = '678eefb4ab44'

from alembic import op

Expand Down

0 comments on commit f91ce6d

Please sign in to comment.