mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-19 12:49:22 +00:00
Updated to current hg head of mumble-django
This commit is contained in:
9
mumble/conversionsql/sqlite/13-data-mumbleuser.sql
Normal file
9
mumble/conversionsql/sqlite/13-data-mumbleuser.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
INSERT INTO "mumble_mumbleuser_new"
|
||||
SELECT
|
||||
"id",
|
||||
"mumbleid",
|
||||
"name",
|
||||
"password",
|
||||
"server_id",
|
||||
"owner_id"
|
||||
FROM "mumble_mumbleuser";
|
||||
Reference in New Issue
Block a user