Skip to content

Change DB_Upgrade to a static function instead.

No need for this to be an object, since it's never referenced or even kept after construction. Further all the functionality was in the constructor anyways.

Also removed some unused properties, and added API docs.

Merge request reports

Loading