add hourly_rate and fixed_rate to timesheet entries (#302)
This commit is contained in:
@@ -54,7 +54,7 @@ final class Version20180805183527 extends AbstractMigration
|
||||
$this->abortIf(true, 'Unsupported database platform: ' . $platform);
|
||||
}
|
||||
|
||||
$user = $this->getTableName('user');
|
||||
$user = $this->getTableName('users');
|
||||
|
||||
if ($platform === 'sqlite') {
|
||||
$this->addSql('DROP INDEX UNIQ_B9AC5BCE92FC23A8');
|
||||
|
||||
Reference in New Issue
Block a user