Skip to content

Commit 2cc7a65

Browse files
committed
Fix heating size
1 parent 8341a91 commit 2cc7a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/Version20211207210507.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function up(Schema $schema) : void
2222
// this up() migration is auto-generated, please modify it to your needs
2323
$this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.');
2424

25-
$this->addSql('ALTER TABLE tokens ADD initial_launch_date DATE DEFAULT NULL, ADD series_number INT DEFAULT NULL, ADD construction_year DATE DEFAULT NULL, ADD construction_type VARCHAR(50) DEFAULT NULL, ADD roof_type VARCHAR(50) DEFAULT NULL, ADD asset_parking VARCHAR(50) DEFAULT NULL, ADD foundation VARCHAR(50) DEFAULT NULL, ADD heating VARCHAR(50) DEFAULT NULL, ADD cooling VARCHAR(50) DEFAULT NULL, ADD token_id_rules INT DEFAULT NULL, ADD rent_calculation_type VARCHAR(20) DEFAULT NULL');
25+
$this->addSql('ALTER TABLE tokens ADD initial_launch_date DATE DEFAULT NULL, ADD series_number INT DEFAULT NULL, ADD construction_year DATE DEFAULT NULL, ADD construction_type VARCHAR(50) DEFAULT NULL, ADD roof_type VARCHAR(50) DEFAULT NULL, ADD asset_parking VARCHAR(50) DEFAULT NULL, ADD foundation VARCHAR(50) DEFAULT NULL, ADD heating VARCHAR(100) DEFAULT NULL, ADD cooling VARCHAR(50) DEFAULT NULL, ADD token_id_rules INT DEFAULT NULL, ADD rent_calculation_type VARCHAR(20) DEFAULT NULL');
2626
}
2727

2828
public function down(Schema $schema) : void

0 commit comments

Comments
 (0)