]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Added two fields in the database.sql that were added via update.
[friendica.git] / 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`),