Refactoring code
This commit is contained in:
parent
a50fa91728
commit
7e8f7a02ca
@ -14,6 +14,7 @@
|
|||||||
-- limitations under the License.
|
-- limitations under the License.
|
||||||
--
|
--
|
||||||
|
|
||||||
|
-- AUDIT LOGS MIGRATION START
|
||||||
DO
|
DO
|
||||||
$$
|
$$
|
||||||
DECLARE table_partition RECORD;
|
DECLARE table_partition RECORD;
|
||||||
@ -73,8 +74,10 @@ BEGIN
|
|||||||
WHERE created_time >= start_time_ms AND created_time < end_time_ms;
|
WHERE created_time >= start_time_ms AND created_time < end_time_ms;
|
||||||
END;
|
END;
|
||||||
$$;
|
$$;
|
||||||
|
-- AUDIT LOGS MIGRATION END
|
||||||
|
|
||||||
|
|
||||||
|
-- EDGE EVENTS MIGRATION START
|
||||||
DO
|
DO
|
||||||
$$
|
$$
|
||||||
DECLARE table_partition RECORD;
|
DECLARE table_partition RECORD;
|
||||||
@ -131,3 +134,4 @@ BEGIN
|
|||||||
WHERE created_time >= start_time_ms AND created_time < end_time_ms;
|
WHERE created_time >= start_time_ms AND created_time < end_time_ms;
|
||||||
END;
|
END;
|
||||||
$$;
|
$$;
|
||||||
|
-- EDGE EVENTS MIGRATION END
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user