You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug:
Incomplete upgrade instructions to go from version 7 to 8
To Reproduce:
The current paragraph suggests that running rails pay:install:migrations rails db:migrate
is enough
But if you already are on Pay 7, several migrations installed by rails pay:install:migrations would be duplicates
Solution:
The paragraph should just state :
run rails pay:install:migrations
then delete the migration timestamp_create_pay_tables.pay.rb => The file is not necessary if you are already in pay-rails v7
then run rails db:migrate
Could be obvious for good developers but not "meh" ones like me.
Sorry, I don't even know how to contribute to the project and push this change myself....
This discussion was converted from issue #1148 on April 16, 2025 14:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Describe the Bug:
Incomplete upgrade instructions to go from version 7 to 8
To Reproduce:
The current paragraph suggests that running
rails pay:install:migrations
rails db:migrate
is enough
But if you already are on Pay 7, several migrations installed by
rails pay:install:migrations
would be duplicatesSolution:
The paragraph should just state :
run
rails pay:install:migrations
then delete the migration timestamp_create_pay_tables.pay.rb => The file is not necessary if you are already in pay-rails v7
then run
rails db:migrate
Could be obvious for good developers but not "meh" ones like me.
Sorry, I don't even know how to contribute to the project and push this change myself....
Beta Was this translation helpful? Give feedback.
All reactions