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