using ragetime migrations Want to create a concurrent index in psql , How to ? CREATE INDEX CONCURRENTLY sales_quantity_index ON sales_table (quantity);
CREATE INDEX CONCURRENTLY sales_quantity_index ON sales_table (quantity);