-
Notifications
You must be signed in to change notification settings - Fork 0
on upgrade
milan edited this page Jun 6, 2023
·
2 revisions
//app/org.mjdev.balldontlie.database/DAO/onUpgrade
[androidJvm]
open override fun onUpgrade(database: SQLiteDatabase?, connectionSource: ConnectionSource?, oldVersion: Int, newVersion: Int)
On upgrade.
If version change this function is called
androidJvm
database | Database |
connectionSource | Connection source |
oldVersion | Old version |
newVersion | New version |