Corrección importación CSV, robustez en restore_feeds y scripts de instalación para PostgreSQL
This commit is contained in:
parent
72dd972352
commit
0442d3fc0e
6 changed files with 119 additions and 68 deletions
|
|
@ -1,4 +1,4 @@
|
|||
INSERT IGNORE INTO paises (nombre, continente_id) VALUES
|
||||
INSERT INTO paises (nombre, continente_id) VALUES
|
||||
('Afganistán', 3),
|
||||
('Albania', 4),
|
||||
('Alemania', 4),
|
||||
|
|
@ -193,5 +193,6 @@ INSERT IGNORE INTO paises (nombre, continente_id) VALUES
|
|||
('Yemen', 3),
|
||||
('Yibuti', 1),
|
||||
('Zambia', 1),
|
||||
('Zimbabue', 1);
|
||||
('Zimbabue', 1)
|
||||
ON CONFLICT DO NOTHING;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue