-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make both category and protocol a list strings
- Loading branch information
1 parent
88320e9
commit d8e75a1
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
migrations/versions/d2bc99dedcf6_make_both_category_and_protocol_a_list_.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
"""make both category and protocol a list strings | ||
Revision ID: d2bc99dedcf6 | ||
Revises: e0c9ea45fc91 | ||
Create Date: 2023-09-18 06:52:14.701020 | ||
""" | ||
|
||
|
||
# revision identifiers, used by Alembic. | ||
revision = 'd2bc99dedcf6' | ||
down_revision = 'e0c9ea45fc91' | ||
branch_labels = None | ||
depends_on = None | ||
|
||
|
||
def upgrade() -> None: | ||
# ### commands auto generated by Alembic - please adjust! ### | ||
pass | ||
# ### end Alembic commands ### | ||
|
||
|
||
def downgrade() -> None: | ||
# ### commands auto generated by Alembic - please adjust! ### | ||
pass | ||
# ### end Alembic commands ### |