archive contact flag
This commit is contained in:
parent
ecc4962bd1
commit
0ab6b60a52
3 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1138 );
|
||||
define( 'UPDATE_VERSION' , 1139 );
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -1213,3 +1213,6 @@ function update_1137() {
|
|||
q("ALTER TABLE `item_id` ADD `sid` CHAR( 255 ) NOT NULL AFTER `uid` , ADD `service` CHAR( 255 ) NOT NULL AFTER `sid` , add index (`sid`), add index ( `service`) ");
|
||||
}
|
||||
|
||||
function update_1138() {
|
||||
q("alter table contact add archive tinyint(1) not null default '0' after hidden, add index (archive)");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue