diff options
Diffstat (limited to 'db/location_namespace.sql')
-rw-r--r-- | db/location_namespace.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/location_namespace.sql b/db/location_namespace.sql new file mode 100644 index 000000000..59b2ce67c --- /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()); |