Remove as much trailing whitespace as possible.

Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
Sean Bright
2017-12-22 09:23:22 -05:00
parent 9ef97b5a91
commit fd0ca1c3f9
700 changed files with 9249 additions and 9661 deletions

View File

@@ -61,4 +61,3 @@ def upgrade():
def downgrade():
op.drop_table('cdr')

View File

@@ -38,4 +38,3 @@ def upgrade():
def downgrade():
op.alter_column('sippeers', 'useragent', type_=sa.String(20))

View File

@@ -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)

View File

@@ -20,4 +20,3 @@ def upgrade():
def downgrade():
op.drop_column('ps_endpoints', 'fax_detect_timeout')

View File

@@ -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')

View File

@@ -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')

View File

@@ -28,4 +28,3 @@ def downgrade():
########################## drop tables ###########################
op.drop_table('queue_rules')

View File

@@ -150,4 +150,3 @@ if context.is_offline_mode():
run_migrations_offline()
else:
run_migrations_online()

View File

@@ -41,4 +41,3 @@ def upgrade():
def downgrade():
op.alter_column('voicemail_messages', 'recording', type_=sa.LargeBinary)