docs: add package comments to data layer packages
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package database manages database schema migrations and fixes.
|
||||
package database
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Package fixes implements one-off database migration fixes.
|
||||
package fixes
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user