From 4d71230d4d464e6957756773cc5ca2d3002a83a4 Mon Sep 17 00:00:00 2001 From: Christopher Lenke <christopher.lenke@uni-bielefeld.de> Date: Tue, 24 Sep 2024 21:37:41 +0200 Subject: [PATCH] 24.09.2024 --- Basic tables/Sequences/exclude_pattern.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Basic tables/Sequences/exclude_pattern.txt diff --git a/Basic tables/Sequences/exclude_pattern.txt b/Basic tables/Sequences/exclude_pattern.txt new file mode 100644 index 0000000..bcb4b9b --- /dev/null +++ b/Basic tables/Sequences/exclude_pattern.txt @@ -0,0 +1,11 @@ +-- basics.exclude_pattern_epid_seq definition + +-- DROP SEQUENCE basics.exclude_pattern_epid_seq; + +CREATE SEQUENCE basics.exclude_pattern_epid_seq + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9223372036854775807 + START 5613 + CACHE 1 + NO CYCLE; \ No newline at end of file -- GitLab