From 834f23d0cf37ccb96a550a8534c9eed84596f5d0 Mon Sep 17 00:00:00 2001 From: Vladimir Barinov Date: Sun, 12 Nov 2023 00:37:31 +0300 Subject: [PATCH] Update 00041-music.sql --- install/sqls/00041-music.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/sqls/00041-music.sql b/install/sqls/00041-music.sql index 6a5c9784..49edbaf0 100644 --- a/install/sqls/00041-music.sql +++ b/install/sqls/00041-music.sql @@ -1,6 +1,6 @@ --- Remote line 2 on 3 if it causes errors -DROP TABLE `audios`; -DROP TABLE `audio_relations`; +-- Apply these two commands if you installed OpenVK before 12th November 2023 OR if it's just doesn't work out of box, then apply this file again +-- DROP TABLE `audios`; +-- DROP TABLE `audio_relations`; CREATE TABLE IF NOT EXISTS `audios` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT,