-
-
Save SergeyZaigraev/1f304ace90337533a13c97da7b55417c to your computer and use it in GitHub Desktop.
Битрикс. Ошибка с БД. SQL fix request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
если при проверке системы появилась ошибка | |
ALTER TABLE `b_user_hit_auth` MODIFY `TIMESTAMP_X` datetime NULL DEFAULT NULL ; | |
лечится: | |
ALTER TABLE `b_user_hit_auth` CHANGE `TIMESTAMP_X` `TIMESTAMP_X` DATETIME NULL DEFAULT NULL; */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment