2 lines
99 B
MySQL
2 lines
99 B
MySQL
|
create index concurrently if not exists "history_idx" on history using btree (user_id, timestamp);
|