Use the EDAInfo data to send info to KiCAD

This commit is contained in:
Jan Böhmer 2023-11-30 19:34:50 +01:00
parent b76b2740a7
commit bf5ed030fe
3 changed files with 22 additions and 10 deletions

View file

@ -14,7 +14,7 @@ final class Version20231130180903 extends AbstractMigration
{
public function getDescription(): string
{
return '';
return 'Added EDA fields';
}
public function up(Schema $schema): void