]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add a couple of location namespaces
authorEvan Prodromou <evan@status.net>
Tue, 15 Sep 2009 21:40:23 +0000 (17:40 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 22 Oct 2009 02:43:40 +0000 (22:43 -0400)
db/location_namespace.sql [new file with mode: 0644]

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