medic / cht-sync

Data synchronization between CouchDB and PostgreSQL for the purpose of analytics.
GNU General Public License v3.0
4 stars 5 forks source link

Rename @timestamp column #116

Closed njuguna-n closed 4 months ago

njuguna-n commented 5 months ago

We currently save the timestamp of when a record is created in postgres in a column called @timestamp which is not ideal because we have to add extra quotes in queries to handle the special character. This also causes other issues when trying to define constraints in DBT using yml files. Given that we are no longer using Logstash there is no reason why we should continue using this column name.

njuguna-n commented 4 months ago

Column renamed with the merge of this PR