You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// this up() migration is auto-generated, please modify it to your needs
23
+
$this->addSql('ALTER TABLE judging ADD max_runtime_for_verdict NUMERIC(32, 9) UNSIGNED DEFAULT NULL COMMENT \'The maximum run time for all runs that resulted in the verdict\'');
24
+
}
25
+
26
+
publicfunctiondown(Schema$schema): void
27
+
{
28
+
// this down() migration is auto-generated, please modify it to your needs
29
+
$this->addSql('ALTER TABLE judging DROP max_runtime_for_verdict');
0 commit comments