Skip to content

Commit

Permalink
Update models.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cboecking authored Oct 10, 2016
1 parent aa0d93f commit a5acf50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions design/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var _ = StorageGroup("MOEBOE_PROP_GORMA_STORAGE_GROUP", func() {
PrimaryKey()
})
Field("name", gorma.String)
Field("created_by", gorma.String)
})

})
Expand Down

0 comments on commit a5acf50

Please sign in to comment.