Skip to content

Use database.DB in enterprise init funcs

Administrator requested to merge cc/convert-enterprise-inits into main

Created by: camdencheek

This is just some incremental progress on propagating database.DB through the backend. It's all very mechanical changes, just updating uses of dbutil.DB to database.DB, and removing any database.NewDB() calls that are now redundant.

Merge request reports

Loading