add a couple of location namespaces

This commit is contained in:
Evan Prodromou 2009-09-15 17:40:23 -04:00
parent 3d772d24e7
commit 671732ade7
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
insert into location_namespace
(id, description, created)
values
(1, 'Geonames', now()),
(2, 'Where on Earth', now());