Drop SQLite support (#2405)
This commit is contained in:
@@ -26,21 +26,6 @@ final class Version20190729162655 extends AbstractMigration
|
||||
return 'Adds missing foreign keys on tag table';
|
||||
}
|
||||
|
||||
protected function isSupportingForeignKeys(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function isTransactional(): bool
|
||||
{
|
||||
if ($this->isPlatformSqlite()) {
|
||||
// does fail if we use transactions, as tables are re-created and foreign keys would fail
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public function up(Schema $schema): void
|
||||
{
|
||||
$timesheetTags = $schema->getTable('kimai2_timesheet_tags');
|
||||
|
||||
Reference in New Issue
Block a user