Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug 972612 - use build_adu and crashes_madu, limit crashes to w #1892

Merged
merged 1 commit into from Feb 15, 2014

Conversation

rhelmer
Copy link
Contributor

@rhelmer rhelmer commented Feb 14, 2014

ithin 7 days of build date

@rhelmer
Copy link
Contributor Author

rhelmer commented Feb 14, 2014

r? @selenamarie

@@ -38,5 +39,6 @@ def upgrade():


def downgrade():
load_stored_proc(op, ['update_gccrashes.sql'])
op.alter_column(u'gccrashes', sa.Column(u'version_string', sa.INT()))
load_stored_proc(op, ['crash_madu.sql', 'update_gccrashes.sql'])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops - this should be in the upgrade, and a op.execute(""" DROP FUNCTION crash_madu(bigint, numeric, numeric) """) added

@selenamarie
Copy link
Contributor

looks fine except the migration. r+ pending migration fix

rhelmer added a commit that referenced this pull request Feb 15, 2014
fix bug 972612 - use build_adu and crashes_madu, limit crashes to w
@rhelmer rhelmer merged commit 1b39f27 into mozilla-services:master Feb 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants