Merge branch 'spidev' into 'master'

Pop Update

See merge request fronk/thetool!1842
This commit is contained in:
Daniel Spitzer
2025-10-12 10:12:34 +00:00

View File

@@ -9,7 +9,7 @@ final class PoprackmoduleAddFieldStatus extends AbstractMigration
{
if($this->getEnvironment() == "thetool") {
$table = $this->table("Poprackmodule");
$table->addColumn("status", "enum", ['values' => ['productive', 'planned'],'null' => false,'default' => 'front', "after" => "side"]);
$table->addColumn("status", "enum", ['values' => ['productive', 'planned'],'null' => false,'default' => 'productive', "after" => "side"]);
$table->update();
}