Add create repo feeds

This commit is contained in:
Unknown 2014-03-13 01:01:22 -04:00
parent 9b845c1115
commit 6a75b1f7b3
8 changed files with 87 additions and 26 deletions

View file

@ -92,7 +92,7 @@ func setEngine() {
func init() {
setEngine()
err := orm.Sync(new(User), new(PublicKey), new(Repository), new(Access))
err := orm.Sync(new(User), new(PublicKey), new(Repository), new(Access), new(Action))
if err != nil {
fmt.Printf("sync database struct error: %s\n", err)
os.Exit(2)