fixed typo
This commit is contained in:
@@ -7,7 +7,7 @@ final class PreorderAddFiles extends AbstractMigration {
|
||||
public function up(): void {
|
||||
if($this->getEnvironment() == "thetool") {
|
||||
$table = $this->table("Preorder");
|
||||
$table->addColumn("files", "text", ['null' => true, 'after' => 'note']);s
|
||||
$table->addColumn("files", "text", ['null' => true, 'after' => 'note']);
|
||||
$table->update();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user