[co2015tickets] Re: [co2015] #34: Construction of UC10: Take Exam

  • From: "co2015" <trac@xxxxxxxxxxxxxxx>
  • To: undisclosed-recipients:;
  • Date: Sun, 05 Apr 2009 18:59:13 -0000

#34: Construction of UC10: Take Exam
-------------------------+--------------------------------------------------
  Reporter:  david       |          Owner:  david               
      Type:  task        |         Status:  new                 
  Priority:  medium      |      Milestone:  Construction Phase 2
 Component:  Project     |       Keywords:                      
    Blocks:              |   Dependencies:                      
Due_assign:  2009/03/25  |      Due_close:  2009/04/17          
  Complete:  30          |  
-------------------------+--------------------------------------------------

Comment(by chris):

 fixed in changeset [289]

 the lines that were missing are:
 DROP DATABASE `vths`;
 CREATE DATABASE `vths` DEFAULT CHARACTER SET latin1 COLLATE
 latin1_swedish_ci;
 USE `vths`;


 basically, delete the old copy, create a new blank one, and then switch to
 it for the rest of the statements to populate it.
 The reason the database didn't update was because USE 'vths' was missing,
 and the 2 lines before it are just to ensure we have a fresh install of
 the database each time.

-- 
Ticket URL: <www.redweasel.co.uk/projects/co2015/ticket/34#comment:6>
co2015 <http://www.redweasel.co.uk/projects/co2015/>
co2015 group project

Other related posts: