clojure-india

kevinbheda 2017-04-12T15:34:35.532439Z

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