mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-21 21:59:27 +00:00
Updated to current hg head of mumble-django
This commit is contained in:
10
mumble/conversionsql/sqlite/01-schema-mumble.sql
Normal file
10
mumble/conversionsql/sqlite/01-schema-mumble.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE "mumble_mumble_new" (
|
||||
"id" integer NOT NULL PRIMARY KEY,
|
||||
"server_id" integer NOT NULL REFERENCES "mumble_mumbleserver" ("id"),
|
||||
"name" varchar(200) NOT NULL,
|
||||
"srvid" integer NOT NULL,
|
||||
"addr" varchar(200) NOT NULL,
|
||||
"port" integer,
|
||||
"display" varchar(200) NOT NULL,
|
||||
UNIQUE ("server_id", "srvid")
|
||||
);
|
||||
Reference in New Issue
Block a user