mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +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('platform', String),
|
||||||
Column('url', String),
|
Column('url', String),
|
||||||
Column('screenname', String),
|
Column('screenname', String),
|
||||||
Column('country', JSONB),
|
Column('country', JSONB, index = True),
|
||||||
Column('influencer', String),
|
Column('influencer', String),
|
||||||
Column('public', Boolean),
|
Column('public', Boolean),
|
||||||
Column('chat', Boolean),
|
Column('chat', Boolean),
|
||||||
|
|||||||
Reference in New Issue
Block a user