Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix upgrade db error 2 (caused previous PR) #224

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/core/migrations/versions/f0a4860000ff_cwe.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Add CWE attribute

Revision ID: f0a4860000ff
Revises: e87b34c74db0
Revises: dfc12c30395b
Create Date: 2024-02-08 12:53:03.830779

"""
Expand All @@ -18,7 +18,7 @@

# revision identifiers, used by Alembic.
revision = "f0a4860000ff"
down_revision = "e87b34c74db0"
down_revision = "dfc12c30395b"
branch_labels = None
depends_on = None

Expand Down
Loading