Recent Changes - Search:

CONGO

PmWiki

edit SideBar

Upgradev1

Main.Upgradev1 History

Hide minor edits - Show changes to markup

Added line 7:
 alter table reg_transactions add trans_invoice text ;
Changed lines 5-6 from:
 alter table config_properties add prop_sequence int(2);\\
to:
 alter table config_properties add prop_sequence int(2);
 update config_properties set prop_description=prop_name where prop_description is null ;
Added lines 1-5:

Upgrade notes for v1.

These are raw notes generated when upgrading the Arisia installation to the trunk version of v1.

 alter table config_properties add prop_description varchar(50);
alter table config_properties add prop_sequence int(2);\\
Edit - History - Print - Recent Changes - Search
Page last modified on December 29, 2008, at 09:35 AM