From: olivier Date: Tue, 2 Feb 2010 19:35:28 +0000 (+0000) Subject: crem sql: add location latitude and longitude X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bec1d6a32bdf1ddb885b5ffc150588603cc90fbd;p=telemeta-data.git crem sql: add location latitude and longitude git-svn-id: http://svn.parisson.org/svn/crem@146 3bf09e05-f825-4182-b9bc-eedd7160adf0 --- diff --git a/trunk/docref/crem.sql b/trunk/docref/crem.sql index ea9b40e..ada0218 100644 --- a/trunk/docref/crem.sql +++ b/trunk/docref/crem.sql @@ -131,6 +131,8 @@ CREATE TABLE locations ( type INTEGER NOT NULL DEFAULT 0, -- 1=continent, 2=country complete_type_id INTEGER NOT NULL, current_location_id INTEGER, -- recursif + latitude FLOAT, + longitude FLOAT, is_authoritative BOOLEAN NOT NULL DEFAULT 0, INDEX(type), diff --git a/trunk/docref/docref.odt b/trunk/docref/docref.odt index de42bd5..4aff182 100644 Binary files a/trunk/docref/docref.odt and b/trunk/docref/docref.odt differ