ugh
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m30s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m30s
This commit is contained in:
@@ -239,9 +239,6 @@ CREATE TABLE IF NOT EXISTS public.store_locations (
|
||||
);
|
||||
COMMENT ON TABLE public.store_locations IS 'Stores physical locations of stores with geographic data for proximity searches.';
|
||||
CREATE INDEX IF NOT EXISTS idx_store_locations_store_id ON public.store_locations(store_id);
|
||||
-- Add a GIST index for efficient geographic queries.
|
||||
-- This requires the postgis extension.
|
||||
CREATE INDEX IF NOT EXISTS store_locations_geo_idx ON public.store_locations USING GIST (location);
|
||||
|
||||
-- 13. For aggregated, historical price data for master items.
|
||||
CREATE TABLE IF NOT EXISTS public.item_price_history (
|
||||
|
||||
Reference in New Issue
Block a user