mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-07 19:08:35 +03:00
added country index
This commit is contained in:
@@ -476,7 +476,7 @@ channel_table = Table('channels', mapper_registry.metadata,
|
||||
Column('platform', String),
|
||||
Column('url', String),
|
||||
Column('screenname', String),
|
||||
Column('country', JSONB),
|
||||
Column('country', JSONB, index = True),
|
||||
Column('influencer', String),
|
||||
Column('public', Boolean),
|
||||
Column('chat', Boolean),
|
||||
|
||||
Reference in New Issue
Block a user