2 lines
46 B
SQL
2 lines
46 B
SQL
CREATE INDEX idx_shares_path ON shares(path);
|
CREATE INDEX idx_shares_path ON shares(path);
|