mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-17 05:58:21 +00:00
* Delete 'AppUser's before App is deleted This commit ensures that all the corresponding entries of AppUser are deleted before an App is deleted. This is done so to prevent pre-existing foreign keys from halting the deletion. * Delete all One-To-Many associated entities when app is deleted This commit makes the App service's delete action delete all the related entities of types: FolderApps, DataSources, DataQueries, AppUsers and AppVersions, before deleting the app itself. * Set currentVersionId to null before deleting app |
||
|---|---|---|
| .. | ||
| apps | ||
| auth | ||
| casl | ||
| data_queries | ||
| data_sources | ||
| folder_apps | ||
| folders | ||
| meta | ||
| organizations | ||
| seeds | ||
| users | ||