From 7c9b323e250316cde39c2856b648bca7b2eb7b18 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 19 Oct 2010 17:30:15 -0700 Subject: provide choice of using browser geotag --- database.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'database.sql') diff --git a/database.sql b/database.sql index d256fc659..7526be41d 100644 --- a/database.sql +++ b/database.sql @@ -347,6 +347,7 @@ CREATE TABLE IF NOT EXISTS `user` ( `email` char(255) NOT NULL, `timezone` char(128) NOT NULL, `default-location` char(255) NOT NULL, + `allow_location` tinyint(1) NOT NULL DEFAULT '0', `theme` char(255) NOT NULL, `pubkey` text NOT NULL, `prvkey` text NOT NULL, -- cgit v1.2.3