We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a delated_at timestamp field to the end of database schema tables such as exchanges to "delete" them without removing the row.
delated_at
exchanges
Old v1 Coinbase exchange connections are connected to Normal index investments, but can sometimes cause issues in the app if not deleted.
deleted_at
referralCodes
schedules
indexes
@normalfinance/utils
Creator: [@jblewnormal]
The text was updated successfully, but these errors were encountered:
jblewnormal
When branches are created from issues, their pull requests are automatically linked.
Objective
Add a
delated_at
timestamp field to the end of database schema tables such asexchanges
to "delete" them without removing the row.Origin Document
Old v1 Coinbase exchange connections are connected to Normal index investments, but can sometimes cause issues in the app if not deleted.
Goals
Deliverables
deleted_at
toexchanges
tabledeleted_at
toreferralCodes
tabledeleted_at
toschedules
tabledeleted_at
toindexes
table@normalfinance/utils
Non-goals / Non-deliverables
General deliverables
Creator: [@jblewnormal]
The text was updated successfully, but these errors were encountered: