Bugfix in thingy upgrade
This commit is contained in:
parent
a5880dd948
commit
f3a4bd1b68
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue