3 lines
90 B
MySQL
3 lines
90 B
MySQL
|
DROP INDEX positions_photo_idx;
|
||
|
CREATE INDEX positions_photo_idx ON positions (photo_id);
|