Added price currency to conference, select currency in basic info and created data rake task for setting old conferences' price currency
This commit is contained in:
parent
9b12830c8f
commit
17488e11c7
8 changed files with 398 additions and 355 deletions
|
|
@ -4,6 +4,13 @@ Not release yet...
|
|||
|
||||
## Update from 1.0
|
||||
|
||||
### Set Conference Price Currency
|
||||
Price currency is now set when creating a new conference, for all conferences created before this change the price currency must be set.
|
||||
|
||||
```
|
||||
bundle exec rake data:set_conference_price_currency RAILS_ENV=production
|
||||
```
|
||||
|
||||
### Multiple Schedules
|
||||
A conference can have multiple schedules now so it's easier for organizers to
|
||||
test schedules and collaborate on different versions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue