Progres on move to sql from rethinkdb

This commit is contained in:
Torkel Ödegaard
2014-11-20 12:11:07 +01:00
parent 9b68911d00
commit eb2c078898
13 changed files with 118 additions and 62 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type Context struct {
IsSigned bool
}
func (c *Context) GetAccountId() int {
func (c *Context) GetAccountId() int64 {
return c.Account.Id
}