Skip to content

Commit

Permalink
Remove mistaken comments
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Apr 17, 2024
1 parent 373b4eb commit 41249fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/migrations/schema/Version20240416120000.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ public function getDescription(): string {
}

public function up(Schema $schema): void {
// this up() migration is auto-generated, please modify it to your needs
$this->addSql('INSERT INTO public.content_type (id, name, active, entityclass, jsonconfig, createtime, updatetime) VALUES (\'c462edd869f3\', \'LearningObjectives\', true, \'App\Entity\ContentNode\SingleText\', \'[]\', \'2024-04-16 12:00:00\', \'2024-04-16 12:00:00\');');
$this->addSql('INSERT INTO public.content_type (id, name, active, entityclass, jsonconfig, createtime, updatetime) VALUES (\'5e2028c55ee4\', \'LearningTopics\', true, \'App\Entity\ContentNode\SingleText\', \'[]\', \'2024-04-16 12:00:00\', \'2024-04-16 12:00:00\');');
}

public function down(Schema $schema): void {
// this down() migration is auto-generated, please modify it to your needs
$this->addSql('DELETE FROM public.content_type WHERE id IN (\'c462edd869f3\', \'5e2028c55ee4\')');
}
}

0 comments on commit 41249fd

Please sign in to comment.