This repository was archived by the owner on Sep 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ALTER TABLE statistics_sums CHANGE idpId idp_id INT UNSIGNED NOT NULL DEFAULT 0 ;
2- ALTER TABLE statistics_sums CHANGE spId sp_id INT UNSIGNED NOT NULL DEFAULT 0 ;
1+ ALTER TABLE statistics_sums CHANGE idpId idp_id INT UNSIGNED NOT NULL ;
2+ ALTER TABLE statistics_sums CHANGE spId sp_id INT UNSIGNED NOT NULL ;
33
4- ALTER TABLE statistics_per_user CHANGE idpId idp_id INT UNSIGNED NOT NULL DEFAULT 0 ;
5- ALTER TABLE statistics_per_user CHANGE spId sp_id INT UNSIGNED NOT NULL DEFAULT 0 ;
4+ ALTER TABLE statistics_per_user CHANGE idpId idp_id INT UNSIGNED NOT NULL ;
5+ ALTER TABLE statistics_per_user CHANGE spId sp_id INT UNSIGNED NOT NULL ;
66
7- ALTER TABLE statistics_idp CHANGE idpId idp_id INT UNSIGNED NOT NULL DEFAULT 0 ;
7+ ALTER TABLE statistics_idp CHANGE idpId idp_id INT UNSIGNED NOT NULL ;
88
9- ALTER TABLE statistics_sp CHANGE spId sp_id INT UNSIGNED NOT NULL DEFAULT 0 ;
9+ ALTER TABLE statistics_sp CHANGE spId sp_id INT UNSIGNED NOT NULL ;
You can’t perform that action at this time.
0 commit comments