mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
Update 00041-music.sql
This commit is contained in:
parent
e329fb5d47
commit
834f23d0cf
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue