HHH-12365 - User Guide: call_key should change to call_timestamp_epoch

This commit is contained in:
Rodrigo Turini 2018-04-15 21:30:29 -03:00 committed by Vlad Mihalcea
parent e16dbaaf17
commit 029753cc29
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ create table call_register (
person_id int8 not null, person_id int8 not null,
phone_number int4, phone_number int4,
call_timestamp_epoch int8 not null, call_timestamp_epoch int8 not null,
primary key (person_id, call_key) primary key (person_id, call_timestamp_epoch)
) )
alter table if exists call_register alter table if exists call_register