Skip to content

Commit

Permalink
feat: add TableWorker const (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Meinen committed Sep 21, 2020
1 parent 26f35b0 commit 0e83c29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions constants/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ const (

// TableUser defines the table type for the database users table.
TableUser = "users"

// TableWorker defines the table type for the database workers table.
TableWorker = "workers"
)

0 comments on commit 0e83c29

Please sign in to comment.