begin event module

This commit is contained in:
Friendika 2011-06-05 23:10:07 -07:00
commit 4c629e274b
5 changed files with 95 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1060 );
define( 'UPDATE_VERSION' , 1061 );
/**
*
@ -506,3 +506,7 @@ function update_1059() {
q("ALTER TABLE `queue` ADD `network` CHAR( 32 ) NOT NULL AFTER `cid` ");
}
function update_1060() {
q("ALTER TABLE `event` ADD `uri` CHAR( 255 ) NOT NULL AFTER `cid` ");
}