Skip to content

Commit

Permalink
Fixed issue: Cannot log in anymore after updating when using MSSQL se…
Browse files Browse the repository at this point in the history
…rver
  • Loading branch information
c-schmitz committed Feb 28, 2024
1 parent 52991e0 commit b04d70e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/update/updates/Update_623.php
Expand Up @@ -19,5 +19,6 @@ public function up()
$this->db->createCommand("ALTER TABLE {{users}} ALTER COLUMN user_status SET DEFAULT 1;")->execute();
}
}
$this->db->createCommand("UPDATE {{users}} SET user_status=1")->execute();
}
}

0 comments on commit b04d70e

Please sign in to comment.