TT#38157 fix to insert IGNORE into ngcp.timezone

Change-Id: I3a9200f7e6a0e093694a8eee88a9fdfd24b7d5c6
changes/84/21884/1
Rene Krenn 8 years ago
parent 79d2019dc5
commit a6ce0fd706

@ -10,6 +10,6 @@ CREATE TABLE IF NOT EXISTS ngcp.timezone
modified_at timestamp default current_timestamp on update current_timestamp
);
INSERT INTO ngcp.timezone (name) VALUES ('localtime');
INSERT IGNORE INTO ngcp.timezone (name) VALUES ('localtime');
COMMIT;

Loading…
Cancel
Save