Files
actions
avatar
background
classes
db
core.php
foreign_services.sql
location_namespace.sql
notice_source.sql
site.sql
sms_carrier.sql
doc-src
extlib
file
js
lib
local
locale
mail-src
plugins
scripts
tests
theme
tpl
.gitignore
CONFIGURE
COPYING
EVENTS.txt
INSTALL
Makefile
PLUGINS.txt
README
UPGRADE
apple-touch-icon.png
config.php.sample
favicon.ico
htaccess.sample
index.php
install.php
lighttpd.conf.example
gnu-social/db/location_namespace.sql
2009-10-21 22:43:40 -04:00

6 lines
131 B
SQL

insert into location_namespace
(id, description, created)
values
(1, 'Geonames', now()),
(2, 'Where on Earth', now());