Bugfix in thingy upgrade

This commit is contained in:
Yung Han Khoe 2009-11-16 18:28:09 +01:00
parent a5880dd948
commit f3a4bd1b68

View file

@ -58,7 +58,7 @@ sub changeThingyThingTables {
my $db = $session->db;
print "\tChanging Thingy's Thing tables to conform with CRUD ... " unless $quiet;
$db->write('ALTER TABLE Thingy_things ADD `sequencenumber` INT(11)');
$db->write('ALTER TABLE Thingy_things ADD `sequenceNumber` INT(11)');
$db->write('ALTER TABLE Thingy_things ADD `dateCreated` DATETIME');
$db->write('ALTER TABLE Thingy_things ADD `lastUpdated` DATETIME');