diff --git a/db/location_namespace.sql b/db/location_namespace.sql new file mode 100644 index 0000000000..59b2ce67c3 --- /dev/null +++ b/db/location_namespace.sql @@ -0,0 +1,5 @@ +insert into location_namespace + (id, description, created) +values + (1, 'Geonames', now()), + (2, 'Where on Earth', now());