index
This commit is contained in:
parent
89ac7987db
commit
e8ac469047
@ -117,7 +117,7 @@ BEGIN
|
||||
+ (TO_CHAR((item->>'service_end_at')::TIMESTAMP, 'MM')::INT - TO_CHAR((item->>'service_start_at')::TIMESTAMP, 'MM')::INT);
|
||||
i := 0;
|
||||
|
||||
RAISE NOTICE 'TIMELINES_INDEX: % - % - %', item->>'sim', item->>'package_id', temp_months;
|
||||
RAISE NOTICE 'TIMELINES_INDEX: % - % - % - %', item->>'id', item->>'sim', item->>'package_id', temp_months;
|
||||
|
||||
WHILE i <= temp_months LOOP
|
||||
timelines := timelines || TO_CHAR((item->>'service_start_at')::TIMESTAMP + (i || ' month')::INTERVAL, 'YYYYMM')::INT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user