Spaces:
Restarting
Restarting
Update config.py
Browse files
config.py
CHANGED
@@ -49,4 +49,6 @@ BUBBLE_OPERATIONS_LOG_ORG_URN_COLUMN = "organization_urn" # Stores the org URN
|
|
49 |
# Standardized subject names for the operations log
|
50 |
LOG_SUBJECT_POSTS = "post"
|
51 |
LOG_SUBJECT_MENTIONS = "mention"
|
52 |
-
LOG_SUBJECT_FOLLOWER_STATS = "followers_stats"
|
|
|
|
|
|
49 |
# Standardized subject names for the operations log
|
50 |
LOG_SUBJECT_POSTS = "post"
|
51 |
LOG_SUBJECT_MENTIONS = "mention"
|
52 |
+
LOG_SUBJECT_FOLLOWER_STATS = "followers_stats"
|
53 |
+
|
54 |
+
BUBBLE_UNIQUE_ID_COLUMN_NAME = "_id"
|