Skip to content

Commit

Permalink
Adding a tracking hash to the creator
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Jul 5, 2015
1 parent 0433d19 commit 9e9a6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instances.go
Expand Up @@ -6,6 +6,7 @@ type Instance struct {
ID int `sql:"AUTO_INCREMENT"`
Name string
CreatorIP string
CreatorHash string
CreatedAt time.Time
HostedAtIP string
HostedAtPort int
Expand Down

0 comments on commit 9e9a6e6

Please sign in to comment.