Merge "sql: Add additional changes to initial alembic migration"

This commit is contained in:
Zuul 2022-02-09 21:15:00 +00:00 committed by Gerrit Code Review
commit 087a61b498
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ def upgrade():
'id_mapping',
sql.Column('public_id', sql.String(64), primary_key=True),
sql.Column('domain_id', sql.String(64), nullable=False),
sql.Column('local_id', sql.String(64), nullable=False),
sql.Column('local_id', sql.String(255), nullable=False),
sql.Column(
'entity_type',
sql.Enum(