Skip to content

Commit e0fa962

Browse files
committed
Remove old "Upgrading" section of README
This described how to upgrade to version 1.0, which is confusing now that we have upgrade instructions for 2.0.
1 parent bd57b92 commit e0fa962

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,6 @@ Please update your `Gemfile` if you still need the model translations.
8585
gem 'solidus_globalize', github: 'solidusio-contrib/solidus_globalize', branch: 'master'
8686
```
8787

88-
## Upgrading
89-
90-
**WARNING**: If you want to keep your model translations, be sure to add the `solidus_globalize` gem to your `Gemfile` **before** migrating the database. Otherwise **you will loose your translations**!
91-
92-
### 1. Migrate your database
93-
94-
bin/rake solidus_i18n:upgrade
95-
bin/rake db:migrate
96-
97-
*Note:* The migration automatically skips the removal of the translations tables. So it's safe to run the migration without data loss. But be sure to have the `solidus_globalize` gem in your `Gemfile`, if you want to keep them.
98-
99-
### 2. Remove Configuration
100-
101-
Remove all occurrences of `SolidusI18n::Config.supported_locales` from your code.
102-
103-
10488
Contributing
10589
------------
10690

0 commit comments

Comments
 (0)