Home
last modified time | relevance | path

Searched refs:updateSchema (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Http/Middleware/
H A DUpdateDatabaseSchema.php55 … ->updateSchema('\Fisharebest\Webtrees\Schema', 'WT_SCHEMA_VERSION', Webtrees::SCHEMA_VERSION);
/webtrees/app/Services/
H A DMigrationService.php45 public function updateSchema(string $namespace, string $schema_name, int $target_version): bool function in Fisharebest\\Webtrees\\Services\\MigrationService
/webtrees/tests/
H A DTestCase.php84 …$migration_service->updateSchema('\Fisharebest\Webtrees\Schema', 'WT_SCHEMA_VERSION', Webtrees::SC…
/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php396 …$this->migration_service->updateSchema('\Fisharebest\Webtrees\Schema', 'WT_SCHEMA_VERSION', Webtre…