more progress on events
This commit is contained in:
parent
d1e9af2c51
commit
33fe26ecb0
8 changed files with 177 additions and 31 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1061 );
|
||||
define( 'UPDATE_VERSION' , 1062 );
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -510,3 +510,6 @@ function update_1060() {
|
|||
q("ALTER TABLE `event` ADD `uri` CHAR( 255 ) NOT NULL AFTER `cid` ");
|
||||
}
|
||||
|
||||
function update_1061() {
|
||||
q("ALTER TABLE `event` ADD `nofinish` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `type` ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue