forked from GNUsocial/gnu-social
6 lines
131 B
MySQL
6 lines
131 B
MySQL
|
insert into location_namespace
|
||
|
(id, description, created)
|
||
|
values
|
||
|
(1, 'Geonames', now()),
|
||
|
(2, 'Where on Earth', now());
|