DB schema: add index by timestamp

This commit is contained in:
norohind 2022-01-17 01:30:52 +03:00
parent dd8f2754e9
commit 10db5103da
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -12,6 +12,7 @@ timestamp timestamp default timezone('utc', now()));
create index if not exists idx_action_id_0 on squads_stats_states (action_id);
create index if not exists idx_platform_leaderboard_type_1 on squads_stats_states(platform, leaderboard_type);
create index if not exists idx_timestamp_0 on squads_stats_states(timestamp);
"""
select_last_action_id = """select action_id