expo-starter / expo-local-first-template

📱 A template for your local-first Expo project: Bun, Expo 51, TypeScript, TailwindCSS, DrizzleORM, Sqlite, EAS, GitHub Actions, Env Vars, expo-router, react-hook-form.
https://expostarter.com
MIT License
263 stars 19 forks source link

migrations errors #30

Closed shahriyardx closed 1 month ago

shahriyardx commented 1 month ago

_journal.json references 0002_short_dagger which does not exist on the migrations folder

AchrafBn commented 1 month ago

remove all files and subfolder in migrations folder and run this command bun db:generate

Jaseunda commented 1 month ago

thanks!

remove all files and subfolder in migrations folder and run this command bun db:generate