Skip to content
Snippets Groups Projects
Commit 6c89ffad authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

Merge "alembic: fix erroneous commit for add_prune_on_boot"

parents 23f22a36 a133c5cc
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,10 @@ down_revision = '44ccced114ce'
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects.postgresql import ENUM
YESNO_NAME = 'yesno_values'
YESNO_VALUES = ['yes', 'no']
def upgrade():
############################# Enums ##############################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment