parent
526360f77d
commit
c99315aa0c
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