Skip to content

Commit

Permalink
change production schema to public
Browse files Browse the repository at this point in the history
  • Loading branch information
olt committed Dec 16, 2013
1 parent 1c0e08a commit b7144dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Config struct {

type Schemas struct {
Import string `json:"import"`
Production string `json:"production"`
Production string `json:"public"`
Backup string `json:"backup"`
}

Expand Down

0 comments on commit b7144dd

Please sign in to comment.