Skip to content

Commit

Permalink
Tidy whitespace, line endings and EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Sep 17, 2024
1 parent ed7320d commit 421a92e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/update-x.x.x-x.x.x.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
-- ensures new summaries overwrite old summaries after updates
-- to CASO version name.
ALTER TABLE CloudSummaries
ALTER TABLE CloudSummaries
DROP PRIMARY KEY,
ADD PRIMARY KEY (
SiteID, CloudComputeServiceID, Month, Year, GlobalUserNameID,
Expand Down Expand Up @@ -105,4 +105,3 @@ END //
DELIMITER ;
*/

0 comments on commit 421a92e

Please sign in to comment.