[NOT FOR MERGE] Remove user_id and project_id normalization

Change-Id: Id54feadbaec90c61eae8885d7e01dd89484967bb
This commit is contained in:
Ildar Svetlov 2017-06-16 15:37:56 +04:00
parent 4ffa31b4ad
commit 45b108a4e0
2 changed files with 0 additions and 4 deletions

View File

@ -46,8 +46,6 @@ local transform_functions = {
launched_at = utils.format_datetime,
deleted_at = utils.format_datetime,
terminated_at = utils.format_datetime,
user_id = normalize_uuid,
project_id = normalize_uuid,
}
function map(func, tbl)

View File

@ -49,8 +49,6 @@ local transform_functions = {
launched_at = utils.format_datetime,
deleted_at = utils.format_datetime,
terminated_at = utils.format_datetime,
user_id = normalize_uuid,
project_id = normalize_uuid,
}
function map(func, tbl)