[Care2002-developers] SVN 6827-8 DB Changes

2010-09-29 Thread Ap.Muthu
To bring the DB upto SVN 6828, the following SQL needs to be executed: CREATE TABLE IF NOT EXISTS `care_med_orderlist_sub` ( `sub_order` int(20) NOT NULL AUTO_INCREMENT, `order_nr_sub` int(20) NOT NULL, `bestellnum` varchar(25) DEFAULT '0', `idsub` varchar(20) NOT NULL DEFAULT

Re: [Care2002-developers] SVN 6827-8 DB Changes

2010-09-29 Thread Robert Meggle
Thanks :-D Robert Am Mittwoch, den 29.09.2010, 18:08 +0530 schrieb Ap.Muthu: CREATE TABLE IF NOT EXISTS `care_med_orderlist_sub` ( `sub_order` int(20) NOT NULL AUTO_INCREMENT, `order_nr_sub` int(20) NOT NULL, `bestellnum` varchar(25) DEFAULT '0',