JSLancerTeam / saasgear

ReactJS and NodeJS SaaS boilerplate for your next SaaS application 🔜🔛🔝
MIT License
343 stars 70 forks source link

Migration Files Missing #78

Open adukugideon opened 2 years ago

adukugideon commented 2 years ago

Great boilerplate however my attempt to run it gave me the following error on migration of the MySQL DB:

Using environment: development Error: The migration directory is corrupt, the following files are missing: /20201116105522-initial, /20220303121546-create-user-auth at validateMigrationList (/Users/gidis/Projects/saasgear/api/node_modules/knex/lib/migrate/Migrator.js:564:11) at Migrator.latest (/Users/gidis/Projects/saasgear/api/node_modules/knex/lib/migrate/Migrator.js:70:7) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Command.<anonymous> (/Users/gidis/Projects/saasgear/api/node_modules/knex/bin/cli.js:172:32)