patronage / bubs-next

Headless Wordpress + Next.js Project scaffolding
https://bubs-next.vercel.app
MIT License
37 stars 10 forks source link

DB Import script doesn't exclude local.sql when importing #278

Closed ccorda closed 1 year ago

ccorda commented 1 year ago

We grab the most recent file by last modified, but we don't exclude local.sql. If you export a DB, then tweak local.sql, you have to rexport again.

We should just be smarter and calculate most recent excluding local.sql.