mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
4 lines
104 B
SQL
4 lines
104 B
SQL
INSERT INTO `mumble_mumbleserver` ( `dbus`, `secret` )
|
|
SELECT DISTINCT `dbus`, ''
|
|
FROM `mumble_mumble`;
|