more progress on events

This commit is contained in:
Friendika
2011-06-07 20:10:43 -07:00
parent d1e9af2c51
commit 33fe26ecb0
8 changed files with 176 additions and 30 deletions

View File

@@ -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` ");
}