1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-03-10 11:39:50 +03:00
openvk/install/sqls/00028-deactivation.sql

2 lines
147 B
MySQL
Raw Normal View History

2022-08-05 23:00:52 +03:00
ALTER TABLE `profiles` ADD `deact_date` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `deleted`, ADD `deact_reason` text NULL AFTER `deact_date`;