vtenext/modules/Update/changes/1767_1768.php
2021-04-28 20:10:26 +02:00

3 lines
125 B
PHP

<?php
global $adb, $table_prefix;
$adb->addColumnToTable($table_prefix.'_messages_account', 'attempts', 'I(5)', 'DEFAULT 0');