Separate persistency for marker line (backend only)
[quassel.git] / src / core / SQL / PostgreSQL / 14 / setup_030_identity_nick.sql
diff --git a/src/core/SQL/PostgreSQL/14/setup_030_identity_nick.sql b/src/core/SQL/PostgreSQL/14/setup_030_identity_nick.sql
deleted file mode 100644 (file)
index 65fb5ec..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-CREATE TABLE identity_nick (
-       nickid serial PRIMARY KEY,
-       identityid integer NOT NULL REFERENCES identity (identityid) ON DELETE CASCADE,
-       nick varchar(64) NOT NULL,
-       UNIQUE (identityid, nick)
-)