3 lines
76 B
SQL
3 lines
76 B
SQL
CREATE INDEX if not exists idx_stats_day ON stats(insertedAt / (3600*24));
|
|
|
CREATE INDEX if not exists idx_stats_day ON stats(insertedAt / (3600*24));
|
|
|