forked from 2sys/phonograph
2 lines
69 B
SQL
2 lines
69 B
SQL
drop index if exists users_email_idx;
|
|
create index on users (email);
|