-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve data source/data source view deletion (#7688)
* Use paranoid model for DataSource * Add deletedAt column * Refactor delete data source * Add paranoid on data source view * Soft delete data source view * Migration * ✨ * Fix destroy path * Account for soft deleted resources * Migration * Implement our own soft deletion * ✨ * ✂️ * 🙈 * 👕 * Migration * ✨ * Fix typo * Fix migration before conflict * Remove destroy, augment delete * 😰 * ✨ * Address comments from review * 🙈 * Rename migration * 📖 * Fix migration name * ✂️
- Loading branch information
Showing
38 changed files
with
750 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.