mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -38,4 +38,3 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
op.alter_column('sippeers', 'useragent', type_=sa.String(20))
|
||||
|
||||
|
||||
@@ -138,4 +138,3 @@ def downgrade():
|
||||
|
||||
sa.Enum(name=QUEUE_STRATEGY_NAME).drop(op.get_bind(), checkfirst=False)
|
||||
sa.Enum(name=QUEUE_AUTOPAUSE_NAME).drop(op.get_bind(), checkfirst=False)
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
op.drop_column('ps_endpoints', 'fax_detect_timeout')
|
||||
|
||||
|
||||
@@ -31,4 +31,3 @@ def downgrade():
|
||||
if op.get_context().bind.dialect.name == 'mssql':
|
||||
op.drop_constraint('ck_ps_contacts_authenticate_qualify_yesno_values','ps_contacts')
|
||||
op.drop_column('ps_contacts', 'authenticate_qualify')
|
||||
|
||||
|
||||
@@ -31,4 +31,3 @@ def downgrade():
|
||||
if op.get_context().bind.dialect.name == 'mssql':
|
||||
op.drop_constraint('ck_ps_globals_ignore_uri_user_options_yesno_values','ps_globals')
|
||||
op.drop_column('ps_globals', 'ignore_uri_user_options')
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ def downgrade():
|
||||
########################## drop tables ###########################
|
||||
|
||||
op.drop_table('queue_rules')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user