Before anything do a non-preboot deployment:
$ bundle exec rake ttm:deploy:production
Be warned: this will restart the app.
Once that's done the next set of migration tasks can be done in any order, or in parallel.
| // run with: go run embedded_structs.go | |
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| ) | |
| type ProductFields struct { | |
| ID uint `json:"id"` |
Before anything do a non-preboot deployment:
$ bundle exec rake ttm:deploy:production
Be warned: this will restart the app.
Once that's done the next set of migration tasks can be done in any order, or in parallel.