From: Mike Macgirvin Date: Sun, 15 Aug 2010 03:05:28 +0000 (-0700) Subject: add geotag/location X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7294a3aab110b6e740c70dc3ea086c7aa4d4dd13;p=friendica.git add geotag/location --- diff --git a/database.sql b/database.sql index a359cc8424..a275f39b32 100644 --- a/database.sql +++ b/database.sql @@ -159,6 +159,8 @@ CREATE TABLE IF NOT EXISTS `item` ( `like` mediumtext NOT NULL, `dislike` mediumtext NOT NULL, `tag` mediumtext NOT NULL, + `location` char(255) NOT NULL, + `coord` char(255) NOT NULL, `allow_cid` mediumtext NOT NULL, `allow_gid` mediumtext NOT NULL, `deny_cid` mediumtext NOT NULL,