interface DirectSchemaUpgraderInterface (View source)

Interface that migrations should implement when database upgrades are performed directly on the database.

Methods

upgradeDatabase()

Upgrade the database structure with direct database access.

Details

upgradeDatabase()

Upgrade the database structure with direct database access.