mirror of
https://github.com/openvk/openvk
synced 2025-05-06 00:56:38 +03:00
Update and rename gamma-00000-disco.sql to 00041-music.sql
This commit is contained in:
parent
7d8aa694fe
commit
e329fb5d47
1 changed files with 5 additions and 1 deletions
|
@ -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` (
|
CREATE TABLE IF NOT EXISTS `audios` (
|
||||||
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
|
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`owner` bigint unsigned NOT NULL,
|
`owner` bigint unsigned NOT NULL,
|
Loading…
Reference in a new issue