update to registrations
This commit is contained in:
@@ -21,7 +21,7 @@ def upgrade():
|
||||
op.create_table('registration',
|
||||
sa.Column('id', sa.Integer(), nullable=False),
|
||||
sa.Column('name', sa.String(length=255), nullable=False),
|
||||
sa.Column('routing_key', sa.String(length=255), nullable=False),
|
||||
sa.Column('token', sa.String(length=255), nullable=False),
|
||||
sa.PrimaryKeyConstraint('id'),
|
||||
sa.UniqueConstraint('name')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user