From 66ab9138ef05d58eee549ad7ccbd03c4ebbc9f94 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 17 Jun 2019 12:29:15 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bb967a6..177c24bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ - [TODO DEPLOY] /!\ Before deploying, you must check (and eventually) correct your VAT history using the rails console. Missing rates can be added later but dates and rates (including date of activation, disabling) MUST be correct. These values are very likely wrong if your installation was made prior to 2.8.0 with VAT enabled. Other cases must be checked too. - [TODO DEPLOY] -> (only dev) if applicable, you must first downgrade bundler to v1 `gem uninstall bundler --version=2.0.1 && gem install bundler --version=1.7.3 && bundle install` - [TODO DEPLOY] if you have changed your VAT rate in the past, add its history into database. You can use a rate of "0" to disable VAT. Eg. `rake fablab:setup:add_vat_rate[20,2017-01-01]` +- [TODO DEPLOY] `rake db:migrate` - [TODO DEPLOY] `rake fablab:setup:set_environment_to_invoices` - [TODO DEPLOY] `rake fablab:setup:chain_invoices_items_records` - [TODO DEPLOY] `rake fablab:setup:chain_invoices_records`