Use database.DB in enterprise init funcs
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.