Continue migration schema from metadata to core (#12168)

2nd part of the migration - this time we're migrating all the tables

---------

Co-authored-by: prastoin <paul@twenty.com>
This commit is contained in:
Félix Malfait
2025-05-21 15:44:13 +02:00
committed by GitHub
parent 8c20bada79
commit 7f1d6f5c7f
62 changed files with 487 additions and 293 deletions

View File

@ -24,7 +24,6 @@ setup_and_migrate_db() {
NODE_OPTIONS="--max-old-space-size=1500" tsx ./scripts/setup-db.ts
fi
yarn database:migrate:prod
yarn command:prod upgrade
echo "Successfully migrated DB!"
}