Skip to content

Instantly share code, notes, and snippets.

@dannon
Created August 2, 2022 14:43
Show Gist options
  • Save dannon/a6538d3e6102b6323e2ea3d440106f2c to your computer and use it in GitHub Desktop.
Save dannon/a6538d3e6102b6323e2ea3d440106f2c to your computer and use it in GitHub Desktop.
diff --git a/lib/galaxy/model/migrations/alembic/versions_gxy/f6fb225c05ab_add_notification_table.py b/lib/galaxy/model/migrations/alembic/versions_gxy/f6fb225c05ab_add_notification_table.py
index 6a45bd9211..a141d8217d 100644
--- a/lib/galaxy/model/migrations/alembic/versions_gxy/f6fb225c05ab_add_notification_table.py
+++ b/lib/galaxy/model/migrations/alembic/versions_gxy/f6fb225c05ab_add_notification_table.py
@@ -37,5 +37,6 @@ def upgrade():
def downgrade():
+ op.drop_constraint('user_notification_association_notification_id_fkey', 'user_notification_association')
op.drop_table("notification_push")
op.drop_table("user_notification_association")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment