add initial application structure with configuration, logging, and health check endpoints
This commit is contained in:
@@ -32,7 +32,7 @@ const (
|
||||
// FieldDeleted holds the string denoting the deleted field in the database.
|
||||
FieldDeleted = "deleted"
|
||||
// Table holds the table name of the epicherouserbuild in the database.
|
||||
Table = "epic_hero_user_builds"
|
||||
Table = "epic_hero_user_build"
|
||||
)
|
||||
|
||||
// Columns holds all SQL columns for epicherouserbuild fields.
|
||||
|
||||
Reference in New Issue
Block a user