openvk/install/sqls/00029-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`;