From: Evan Prodromou Date: Tue, 15 Sep 2009 21:40:23 +0000 (-0400) Subject: add a couple of location namespaces X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=671732ade7e450cfbf248d7b08917c428a92d23a;p=quix0rs-gnu-social.git add a couple of location namespaces --- 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());