| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function up(Schema $schema) : void |
||
| 21 | { |
||
| 22 | // this up() migration is auto-generated, please modify it to your needs |
||
| 23 | $this->addSql("INSERT INTO settings (site_title, site_subtitle, site_about) VALUES ('One-Mile Matt', 'Wanders of a Bristol Geek', 'TODO: Edit this About text')"); |
||
| 24 | } |
||
| 32 |