Skip to content

Commit

Permalink
Update create-validation.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Jun 20, 2018
1 parent db69c32 commit e5cbfaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/create-validation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -653,10 +653,10 @@ INSERT INTO "validation" ("postalcode", "name", "normalized", "level", "language
('3272', 'Testelt', 'TESTELT', 3, 'N', 'vla', 24134, 'SCHERPENHEUVEL-ZICHEM', 't'),
('3272', 'SCHERPENHEUVEL-ZICHEM', 'SCHERPENHEUVEL-ZICHEM', 2, 'N', 'vla', 24134, 'SCHERPENHEUVEL-ZICHEM', 't'),
('3272', 'Messelbroek', 'MESSELBROEK', 3, 'N', 'vla', 24134, 'SCHERPENHEUVEL-ZICHEM', 't'),
('3290', 'Webbekom', 'WEBBEKOM', 3, 'N', 'vla', 24020, 'HALEN', 't'),
('3290', 'DIEST', 'DIEST', 1, 'N', 'vla', 24020, 'HALEN', 't'),
('3290', 'Deurne', 'DEURNE', 3, 'N', 'vla', 24020, 'HALEN', 't'),
('3290', 'Schaffen', 'SCHAFFEN', 3, 'N', 'vla', 24020, 'HALEN', 't'),
('3290', 'Webbekom', 'WEBBEKOM', 3, 'N', 'vla', 24020, 'DIEST', 't'),
('3290', 'DIEST', 'DIEST', 1, 'N', 'vla', 24020, 'DIEST', 't'),
('3290', 'Deurne', 'DEURNE', 3, 'N', 'vla', 24020, 'DIEST', 't'),
('3290', 'Schaffen', 'SCHAFFEN', 3, 'N', 'vla', 24020, 'DIEST', 't'),
('3293', 'Kaggevinne', 'KAGGEVINNE', 3, 'N', 'vla', 24020, 'DIEST', 't'),
('3293', 'DIEST', 'DIEST', 2, 'N', 'vla', 24020, 'DIEST', 't'),
('3294', 'DIEST', 'DIEST', 2, 'N', 'vla', 24020, 'DIEST', 't'),
Expand Down

0 comments on commit e5cbfaf

Please sign in to comment.