]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - db/location_namespace.sql
Don't accept non-objects before testing with "instanceof".
[quix0rs-gnu-social.git] / db / location_namespace.sql
1 insert into location_namespace
2     (id, description, created)
3 values
4     (1, 'Geonames', now()),
5     (2, 'Where on Earth', now());