Fixing issues with SQLite backend not properly storing some boolean values.
[quassel.git] / src / core / SQL / SQLite / 14 / setup_140_identity_nick.sql
diff --git a/src/core/SQL/SQLite/14/setup_140_identity_nick.sql b/src/core/SQL/SQLite/14/setup_140_identity_nick.sql
deleted file mode 100644 (file)
index ea30a8a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-CREATE TABLE identity_nick (
-       nickid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
-       identityid INTEGER NOT NULL,
-       nick TEXT NOT NULL,
-       UNIQUE (identityid, nick)
-)