Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
brinky committed Mar 24, 2024
1 parent 773abe4 commit 476af51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/migrations/Version20240322141105.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function up(Schema $schema): void
{
// this up() migration is auto-generated, please modify it to your needs

// remove dupicates
// remove duplicates
$this->addSql('DELETE b FROM balloon as b LEFT JOIN (SELECT balloonid FROM balloon as b LEFT JOIN submission as s USING (submitid) GROUP BY teamid, probid, cid) as c ON(b.balloonid = c.balloonid) WHERE c.balloonid IS NULL');

$this->addSql('ALTER TABLE balloon ADD teamid INT UNSIGNED DEFAULT NULL COMMENT \'Team ID\', ADD probid INT UNSIGNED DEFAULT NULL COMMENT \'Problem ID\', ADD cid INT UNSIGNED DEFAULT NULL COMMENT \'Contest ID\'');
Expand Down

0 comments on commit 476af51

Please sign in to comment.