Remove DEFAULT '' from postgres ip_changes.ipc_rev_timestamp
Follows-up Ic11c64813ee04e8520771bfa156f8e51404273e7 Bug: T181672 Change-Id: I58fe5edb1e7656773271634f702ed044c6036497
This commit is contained in:
parent
92d74e7df7
commit
47c378bb68
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ CREATE SEQUENCE ip_changes_ipc_rev_id_seq;
|
|||
|
||||
CREATE TABLE ip_changes (
|
||||
ipc_rev_id INTEGER PRIMARY KEY NOT NULL DEFAULT nextval('ip_changes_ipc_rev_id_seq'),
|
||||
ipc_rev_timestamp TIMESTAMPTZ NOT NULL DEFAULT '',
|
||||
ipc_rev_timestamp TIMESTAMPTZ NOT NULL,
|
||||
ipc_hex BYTEA NOT NULL DEFAULT ''
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue