This commit is contained in:
euromark 2014-08-25 16:54:12 +02:00
parent 7936b5e764
commit cc0acd1556

View file

@ -899,7 +899,7 @@ CREATE TABLE $name (
PRIMARY KEY(id)
);
SQL;
$this->Dbo->execute($sql);
$this->Dbo->execute($sql);
$model = new Model(array(
'table' => 'timestamp_default_values',
'ds' => 'test',