Changed `CREATE VIEW` to `CREATE OR REPLACE VIEW`
Running migrations failed because it was trying to create a view that already existed, so I added OR REPLACE
to remedy that.
NRAO Gitlab has been upgraded to version 17.6.2
Running migrations failed because it was trying to create a view that already existed, so I added OR REPLACE
to remedy that.