mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
3 lines
125 B
PHP
3 lines
125 B
PHP
<?php
|
|
global $adb, $table_prefix;
|
|
$adb->addColumnToTable($table_prefix.'_messages_account', 'attempts', 'I(5)', 'DEFAULT 0'); |