1
0

Merge commit 'b1beb3ff5' into anoa/dinsic_release_1_18_x

* commit 'b1beb3ff5':
  fix migration, again
  fix changelog
This commit is contained in:
Andrew Morgan
2020-08-03 17:27:51 -07:00

View File

@@ -19,4 +19,4 @@ added a table called 'local_rejections_stream'. This table is not used, and
we drop it here for anyone who was affected.
*/
DROP TABLE IF NOT EXISTS local_rejections_stream;
DROP TABLE IF EXISTS local_rejections_stream;