1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-01-13 19:43:13 +03:00
openvk/install/sqls/00028-deactivation.sql
2022-08-05 23:00:52 +03:00

1 line
147 B
SQL

ALTER TABLE `profiles` ADD `deact_date` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `deleted`, ADD `deact_reason` text NULL AFTER `deact_date`;