diff options
author | Evan Prodromou <evan@status.net> | 2009-09-15 17:40:23 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-21 22:43:40 -0400 |
commit | 671732ade7e450cfbf248d7b08917c428a92d23a (patch) | |
tree | 85130fa2b29f0ed0575f0758d643158c092e12f6 | |
parent | 3d772d24e7bb97072d7b9fff8add6853c9626d73 (diff) |
add a couple of location namespaces
-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()); |