No comment ...

This commit is contained in:
phl0
2022-10-19 19:33:14 +02:00
parent 5d9b69f403
commit f0044aa505

View File

@@ -11,7 +11,7 @@ class Migration_user_auto_qth_option extends CI_Migration {
public function up()
{
if (!$this->db->field_exists('user_qthlookup', 'users')) {
if (!$this->db->field_exists('user_qth_lookup', 'users')) {
$fields = array(
'user_qth_lookup integer DEFAULT 0 AFTER user_wwff_lookup',
);