mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 04:43:50 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -61,4 +61,3 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
op.drop_table('cdr')
|
||||
|
||||
|
@@ -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')
|
||||
|
||||
|
@@ -150,4 +150,3 @@ if context.is_offline_mode():
|
||||
run_migrations_offline()
|
||||
else:
|
||||
run_migrations_online()
|
||||
|
||||
|
@@ -41,4 +41,3 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
op.alter_column('voicemail_messages', 'recording', type_=sa.LargeBinary)
|
||||
|
||||
|
Reference in New Issue
Block a user