We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cb778 commit 8a011d8Copy full SHA for 8a011d8
delta_backend/src/common/mappings.py
@@ -5,8 +5,8 @@
5
----------------- --------- --------- ----------
6
create INSERT CREATE NEW
7
update MODIFY UPDATE UPDATE
8
- logically delete MODIFY DELETE DELETE
9
- physically delete REMOVE REMOVE N/A
+ logical delete MODIFY DELETE DELETE
+ physical delete REMOVE REMOVE N/A
10
"""
11
12
class EventName():
0 commit comments