1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-05-03 15:46:42 +03:00

Update and rename gamma-00000-disco.sql to 00041-music.sql

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

View file

@ -1,3 +1,7 @@
-- Remote line 2 on 3 if it causes errors
DROP TABLE `audios`;
DROP TABLE `audio_relations`;
CREATE TABLE IF NOT EXISTS `audios` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`owner` bigint unsigned NOT NULL,