Skip to content

Force product name in DB table name to be lowercase

David Hoese requested to merge bugfix-tablename-lowercase into master

I think the SQL was automatically allowing case insensitive table names in the queries, but this MR forces the table names to what they should be: lowercase. I'm not sure if this is why the downstream geosphere-deploy CI is failing, but it is my current best guess. It is at least undesired.

Merge request reports