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
There is a custom error message introduced by 7c512a0 , it is worth removing it and leaving only the ActiveAdmin way.
Be careful when updating movements table, remember that the id on accounts and cards both start with 1, it might be worth adding two temporary columns to help migrate on wallets. For example: card_id (can be null) and is_card (default false, when migrating cards to wallets set as true)
There is one feature for paying card debts in the app, make sure it is working after this migration
The text was updated successfully, but these errors were encountered:
accounts
towallets
cards
towallets
(Using SQL and Rails migration) Remove the card feature #70movements
table to use onlywallets
(chargeable
→wallet
)movements
Remove the card feature #70chargeable_type
chargeable_id
towallet_id
cards
tableNotes
movements
table, remember that the id onaccounts
andcards
both start with1
, it might be worth adding two temporary columns to help migrate onwallets
. For example:card_id
(can benull
) andis_card
(defaultfalse
, when migratingcards
towallets
set astrue
)The text was updated successfully, but these errors were encountered: