Skip to content

Commit

Permalink
Merge pull request #356 from helium/andymck/delete-report-entry-migra…
Browse files Browse the repository at this point in the history
…tion

add migration to purge report meta entry
  • Loading branch information
andymck authored Feb 10, 2023
2 parents 043c3b1 + 25f2dfd commit a455e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iot_verifier/migrations/9_delete_meta_report_entry.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE from meta where key = 'report';

0 comments on commit a455e09

Please sign in to comment.