Skip to content

Changed `CREATE VIEW` to `CREATE OR REPLACE VIEW`

Nathan Hertz requested to merge fix-download-metrics-table-creation into main

Running migrations failed because it was trying to create a view that already existed, so I added OR REPLACE to remedy that.

Merge request reports