feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
424 changed files with 1529 additions and 20154 deletions
Showing only changes of commit ced673e452 - Show all commits

View File

@ -19,7 +19,7 @@ final class CreatePromotionProjects extends AbstractMigration
*/
public function change(): void
{
$this->table('promotion_tables')
$this->table('promotion_projects')
->addColumn('promotion_id', 'integer', ['signed' => false, 'null' => false])
->addColumn('project_id', 'integer', ['signed' => false, 'null' => false])
->addForeignKey('promotion_id', 'promotions', 'id', ['delete' => 'cascade', 'update' => 'cascade'])