Skip to content
Snippets Groups Projects
Unverified Commit c6b829cc authored by Dominik František Bučík's avatar Dominik František Bučík Committed by GitHub
Browse files

Merge pull request #64 from CESNET/dBucik-patch-1

fix: Fix migration script for MySQL
parents c6a8e882 8e215b85
No related branches found
No related tags found
No related merge requests found
ALTER TABLE statistics_sums CHANGE idpId idp_id INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE statistics_sums CHANGE spId sp_id INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE statistics_sums CHANGE idpId idp_id INT UNSIGNED NOT NULL;
ALTER TABLE statistics_sums CHANGE spId sp_id INT UNSIGNED NOT NULL;
ALTER TABLE statistics_per_user CHANGE idpId idp_id INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE statistics_per_user CHANGE spId sp_id INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE statistics_per_user CHANGE idpId idp_id INT UNSIGNED NOT NULL;
ALTER TABLE statistics_per_user CHANGE spId sp_id INT UNSIGNED NOT NULL;
ALTER TABLE statistics_idp CHANGE idpId idp_id INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE statistics_idp CHANGE idpId idp_id INT UNSIGNED NOT NULL;
ALTER TABLE statistics_sp CHANGE spId sp_id INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE statistics_sp CHANGE spId sp_id INT UNSIGNED NOT NULL;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment