From b106936c700e2e171490ca08c688552fea502878 Mon Sep 17 00:00:00 2001
From: Christopher Lenke <christopher.lenke@uni-bielefeld.de>
Date: Tue, 24 Sep 2024 21:38:41 +0200
Subject: [PATCH] 24.09.2024

---
 Basic tables/Sequences/unit_uid.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 Basic tables/Sequences/unit_uid.txt

diff --git a/Basic tables/Sequences/unit_uid.txt b/Basic tables/Sequences/unit_uid.txt
new file mode 100644
index 0000000..09c1578
--- /dev/null
+++ b/Basic tables/Sequences/unit_uid.txt	
@@ -0,0 +1,11 @@
+-- basics.unit_uid__seq definition
+
+-- DROP SEQUENCE basics.unit_uid__seq;
+
+CREATE SEQUENCE basics.unit_uid__seq
+	INCREMENT BY 1
+	MINVALUE 1
+	MAXVALUE 9223372036854775807
+	START 5653
+	CACHE 1
+	NO CYCLE;
\ No newline at end of file
-- 
GitLab