Update 00041-music.sql

This commit is contained in:
Vladimir Barinov 2023-11-12 00:37:31 +03:00 committed by GitHub
parent e329fb5d47
commit 834f23d0cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,