cleanup: remove duplicate amnezia-wg protocol from migration

Only amnezia-wg-advanced should be used (installed via migration 044).
The simple amnezia-wg was a duplicate causing confusion.
This commit is contained in:
infosave2007
2026-01-27 15:33:57 +03:00
parent ed2cf87418
commit 836b4bdb84
+1 -2
View File
@@ -35,9 +35,8 @@ PREPARE alterIfNotExists FROM @preparedStatement;
EXECUTE alterIfNotExists; EXECUTE alterIfNotExists;
DEALLOCATE PREPARE alterIfNotExists; DEALLOCATE PREPARE alterIfNotExists;
-- 2. Insert Data -- 2. Insert Data (amnezia-wg removed - use amnezia-wg-advanced instead)
INSERT IGNORE INTO protocols (slug, name, description, definition, show_text_content, is_active) VALUES INSERT IGNORE INTO protocols (slug, name, description, definition, show_text_content, is_active) VALUES
('amnezia-wg', 'AmneziaWG', 'Amnezia WireGuard implementation', '{}', 0, 1),
('wireguard', 'WireGuard', 'Standard WireGuard', '{}', 0, 1), ('wireguard', 'WireGuard', 'Standard WireGuard', '{}', 0, 1),
('openvpn', 'OpenVPN', 'Standard OpenVPN', '{}', 0, 1), ('openvpn', 'OpenVPN', 'Standard OpenVPN', '{}', 0, 1),
('shadowsocks', 'Shadowsocks', 'Shadowsocks proxy', '{}', 0, 1), ('shadowsocks', 'Shadowsocks', 'Shadowsocks proxy', '{}', 0, 1),