Do ALTER TABLE `wahlblog_freeflux_net_blogposts` ADD `post_expires` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00'

Do update  wahlblog_freeflux_net_options set value = 6286 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_blogposts` CHANGE `post_expires` `post_expires` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00'

Do update  wahlblog_freeflux_net_options set value = 6286 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_properties` CHANGE `name` `name` VARCHAR( 36 ) NOT NULL

Do ALTER TABLE `wahlblog_freeflux_net_properties` CHANGE `ns` `ns` VARCHAR( 40 ) DEFAULT 'DAV:' NOT NULL

Do update  wahlblog_freeflux_net_options set value = 6328 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_bloglinks` CHANGE `changed` `changed` TIMESTAMP NOT NULL

Do update  wahlblog_freeflux_net_options set value = 6469 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_blogposts` ADD `blog_id` INT NOT NULL DEFAULT 1

Do update  wahlblog_freeflux_net_options set value = 6478 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_bloglinks` ADD `blog_id` INT NOT NULL DEFAULT 1

Do ALTER TABLE `wahlblog_freeflux_net_bloglinkscategories` ADD `blog_id` INT NOT NULL DEFAULT 1

Do update  wahlblog_freeflux_net_options set value = 6504 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_blogcategories` ADD `blog_id` INT NOT NULL DEFAULT 1

Do update  wahlblog_freeflux_net_options set value = 6520 where name = 'lastdbversion'

Do 
    CREATE TABLE `wahlblog_freeflux_net_openid_uri` (
      `id` int(11) NOT NULL auto_increment,
      `date` date NOT NULL default '0000-00-00',
      `uri` varchar(255) NOT NULL default '',
      PRIMARY KEY  (`id`)
      )

Do update  wahlblog_freeflux_net_options set value = 6595 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_blogcomments` ADD `openid`  TINYINT( 4 ) DEFAULT '0' NOT NULL

Do ALTER TABLE `wahlblog_freeflux_net_blogposts` ADD INDEX ( `post_status` )

Do ALTER TABLE `wahlblog_freeflux_net_blogposts` ADD INDEX ( `blog_id` ) 

Do update  wahlblog_freeflux_net_options set value = 6705 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_blogcomments` ADD INDEX ( `comment_status` )

Do update  wahlblog_freeflux_net_options set value = 6760 where name = 'lastdbversion'

Do ALTER TABLE `wahlblog_freeflux_net_blogcomments` ADD `comment_username`  VARCHAR( 100 ) NOT NULL 

Do update  wahlblog_freeflux_net_options set value = 6991 where name = 'lastdbversion'

Do 
   CREATE TABLE `wahlblog_freeflux_net_sidebar` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(200) NOT NULL default '',
  `content` text NOT NULL,
  `sidebar` int(11) NOT NULL default '0',
  `position` int(11) NOT NULL default '0',
  `changed` timestamp NOT NULL default CURRENT_TIMESTAMP,
  `isxml` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`id`)
) 

Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`,  `isxml`) VALUES ( 'links', '', 2, 1,  1);

Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`,  `isxml`) VALUES ( 'buttons', '', 2, 3,  1);

Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`,  `isxml`) VALUES ( 'html', '

More HTML ideas here

', 0, 0,1); Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`, `isxml`) VALUES ( 'html2', '

Place your content here

', 0, 1, 1); Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`, `isxml`) VALUES ( 'livesearch', '', 2, 0, 1); Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`, `isxml`) VALUES ( 'del.icio.us', '', 0, 2, 1); Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`, `isxml`) VALUES ( 'login', '', 2, 4, 1); Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`, `isxml`) VALUES ( 'archive', '', 2, 2, 1); Do INSERT INTO `wahlblog_freeflux_net_sidebar` ( `name`, `content`, `sidebar`, `position`, `isxml`) VALUES ( 'categories', '', 1, 0, 1); Do update wahlblog_freeflux_net_options set value = 7312 where name = 'lastdbversion' DB up-to-date DB updated. You should be forwarded to the requested site. If not click here