lib/generators/credere/USAGE in credere-0.10.1 vs lib/generators/credere/USAGE in credere-0.10.2

- old
+ new

@@ -8,15 +8,5 @@ Create a migration in the application for the "Account", "Entry" and "Amount" tables. Once generated, simply run: rake db:migrate - -Upgrade < 0.8 -> 0.9+: - rails g credere:upgrade_credere - - This will: - Create a migration in the application for renaming the - "Transaction" table, columns and indexes to "Entry" tables. - - Once generated, simply run: - rake db:migrate