1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-10 09:27:10 +00:00
GoBlog/dbmigrations/00022.sql

1 line
48 B
MySQL
Raw Normal View History

create index sessions_exp on sessions (expires);