mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
notification enhancements
This commit is contained in:
parent
84d5f495e6
commit
bbebb4c2a0
5 changed files with 43 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1129 );
|
||||
define( 'UPDATE_VERSION' , 1130 );
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -1114,3 +1114,6 @@ function update_1128() {
|
|||
q("alter table spam add `date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `term` ");
|
||||
}
|
||||
|
||||
function update_1129() {
|
||||
q("ALTER TABLE `notify` ADD `parent` INT NOT NULL AFTER `link` , ADD INDEX ( `parent` ), ADD INDEX ( `link` ), ADD INDEX ( `otype` ) ");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue