]> git.mxchange.org Git - friendica.git/commitdiff
Added two fields in the database.sql that were added via update.
authorMichael Vogel <icarus@dabo.de>
Mon, 3 Feb 2014 22:22:37 +0000 (23:22 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 3 Feb 2014 22:22:37 +0000 (23:22 +0100)
database.sql

index 163ad51410f7f7e660cf1aa8a29856ab29e97aa0..92805ef001cc0f0895c7586784c115ba8c004310 100644 (file)
@@ -184,6 +184,8 @@ CREATE TABLE IF NOT EXISTS `contact` (
   `profile-id` int(11) NOT NULL DEFAULT '0' COMMENT 'which profile to display - 0 is public default',
   `bdyear` char(4) NOT NULL COMMENT 'birthday notify flag',
   `bd` date NOT NULL,
+  `notify_new_posts` TINYINT(1) NOT NULL DEFAULT '0',
+  `fetch_further_information` TINYINT(1) NOT NULL DEFAULT '0',
   PRIMARY KEY (`id`),
   KEY `uid` (`uid`),
   KEY `self` (`self`),