Skip to content

Commit

Permalink
chore: reorder k-v migration for 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Jun 7, 2023
1 parent ede6acd commit 2c5b970
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""remove_show_native_filters
Revision ID: c0a3ea245b61
Revises: f3c2d8ec8595
Revises: 9c2a5681ddfd
Create Date: 2023-02-28 14:46:59.597847
"""

# revision identifiers, used by Alembic.
revision = "c0a3ea245b61"
down_revision = "f3c2d8ec8595"
down_revision = "9c2a5681ddfd"

import json

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""convert key-value entries to json
Revision ID: 9c2a5681ddfd
Revises: 7e67aecbf3f1
Revises: f3c2d8ec8595
Create Date: 2023-05-01 12:03:17.079862
"""

# revision identifiers, used by Alembic.
revision = "9c2a5681ddfd"
down_revision = "7e67aecbf3f1"
down_revision = "f3c2d8ec8595"

import io
import json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""cross-filter-global-scoping
Revision ID: 4ea966691069
Revises: 9c2a5681ddfd
Revises: 7e67aecbf3f1
Create Date: 2023-05-11 12:41:38.095717
"""

# revision identifiers, used by Alembic.
revision = "4ea966691069"
down_revision = "9c2a5681ddfd"
down_revision = "7e67aecbf3f1"

import copy
import json
Expand Down

0 comments on commit 2c5b970

Please sign in to comment.