GuglielmoTor commited on
Commit
8fec1f4
·
verified ·
1 Parent(s): 6fbe851

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +3 -1
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"