mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
8 lines
291 B
SQL
Executable file
8 lines
291 B
SQL
Executable file
ALTER TABLE `profiles`
|
|
ADD COLUMN `client_name` TEXT NULL DEFAULT NULL AFTER `backdrop_2`;
|
|
|
|
ALTER TABLE `posts`
|
|
ADD COLUMN `api_source_name` TEXT NULL DEFAULT NULL AFTER `anonymous`;
|
|
|
|
ALTER TABLE `api_tokens`
|
|
ADD COLUMN `platform` TEXT NULL DEFAULT NULL AFTER `deleted`;
|