We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
1 parent 04dcb6c commit 13f55cbCopy full SHA for 13f55cb
models.py
@@ -48,6 +48,8 @@
48
49
Base = declarative_base()
50
metadata = Base.metadata
51
+DELETED_USER_ID = "00000000-0000-0000-0000-000000000000"
52
+DELETED_USER_EMAIL = "[email protected]"
53
54
55
# 1:N
0 commit comments