Renamed date/date_time to day_point/time_point

This commit is contained in:
rbock
2015-10-29 16:41:45 +01:00
parent 5e83929555
commit 84ab264702
11 changed files with 146 additions and 145 deletions

View File

@@ -101,8 +101,8 @@ types = {
'boolean': 'boolean',
'double': 'floating_point',
'float': 'floating_point',
'date' : 'date',
'datetime' : 'date_time',
'date' : 'day_point',
'datetime' : 'time_point',
}
# PROCESS DDL