Skip to content

Commit

Permalink
bug 974726 - drop old update_correlatinos function
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Mar 19, 2014
1 parent 55c8a09 commit a58bc77
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -65,6 +65,9 @@ def upgrade():
op.drop_table(u'correlation_cores')
op.drop_table(u'correlation_addons')
op.drop_table(u'correlations')
op.execute("""
DROP FUNCTION update_correlations(date, boolean, interval)
""")

def downgrade():
load_stored_proc(op, ['backfill_matviews.sql',
Expand Down

0 comments on commit a58bc77

Please sign in to comment.