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