You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: