qwat / qwat-data-model

TEKSI Water module (project QWAT) - PostgreSQL / postgis Datamodel
https://www.teksi.ch
23 stars 24 forks source link

Fixes invalid char in system/audit_views.sql #225

Closed lbartoletti closed 6 years ago

lbartoletti commented 6 years ago

More explicit:

-<U+FEFF>/* Audit views only for those having explicit triggers handling data editing*/
+/* Audit views only for those having explicit triggers handling data editing*/
haubourg commented 6 years ago

@sbe @elemoine @lbartoletti here is the kind of change tha puzzles me according to versioning guidelines. technically, are we sure that the function is updated on each PUM migration? At what point should we explicitly version the database (using current_version and internal PUM metadata ) ? triggers, views, and stored procedures are changed here, but we don't release explicitly a version. That grey are needs to be explicitly documented to me