## GL_pt0_c Col Name Clean (for restoring backups).r

## This file is only useful when restoring from back up and usually just when deving.
## 
## I may change the column names of some tables.
## 
## This file simply keeps a running dictionary for these changes and applies a function to implement the change


dict.colNameChanges <-  c( #                     OLD  = NEW
                               store_last_date_in_GL  = "GL_lastDate_forS"
                           ,  store_first_date_in_GL  = "GL_firstDate_forS"
                           ,          split_perc_asr  = "ASR_percof_DS_forDSO"
# GL_lastDate_forS
                         )

change_colName_in_all_DTs(dict.colNameChanges)
