mirror of
https://github.com/openvk/openvk
synced 2024-12-25 18:11:07 +03:00
1 line
89 B
SQL
1 line
89 B
SQL
ALTER TABLE `playlists` ADD `unlisted` TINYINT(1) UNSIGNED DEFAULT '0' AFTER `deleted`;
|