Add migration

This commit is contained in:
MartinBraquet
2025-09-13 18:11:57 +02:00
parent b044860f05
commit 8a62fd0e6a

View File

@@ -16,6 +16,7 @@
"dev": "./run_local.sh dev",
"prod": "./run_local.sh prod",
"clean-install": "./install.sh",
"migrate": "./scripts/migrate.sh",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",