def upgrade():
    op.create_foreign_key(
        constraint_name='audio_reports_report_id_fkey',
        source_table='audio_reports', referent_table='reports',
        local_cols=['report_id'], remote_cols=['id'], ondelete='CASCADE')