Skip to content

Instantly share code, notes, and snippets.

@SergeyZaigraev
Created June 20, 2017 02:53
Show Gist options
  • Save SergeyZaigraev/1f304ace90337533a13c97da7b55417c to your computer and use it in GitHub Desktop.
Save SergeyZaigraev/1f304ace90337533a13c97da7b55417c to your computer and use it in GitHub Desktop.
Битрикс. Ошибка с БД. SQL fix request
/*
если при проверке системы появилась ошибка
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