mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
update globaldir when page-type changes, add spam date field
This commit is contained in:
parent
2b730ae86d
commit
53412dacd4
5 changed files with 13 additions and 55 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1128 );
|
||||
define( 'UPDATE_VERSION' , 1129 );
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -1109,3 +1109,8 @@ function update_1127() {
|
|||
) ENGINE = MyISAM DEFAULT CHARSET=utf8");
|
||||
}
|
||||
|
||||
|
||||
function update_1128() {
|
||||
q("alter table spam add `date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `term` ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue