impress/lib/tasks
Matchu 4d24a9577f Only run public_data:pull if there are no pending migrations
Oh this was a fun little dev environment bug: I ran `public_data:pull`
on my laptop before migrating my database, so the `items` table pulled
as the latest production version, which included the migrations, but
they hadn't been marked as "run" yet.

So Rails was still telling me I needed to run them, but the migrations
themselves were crashing, with stuff like "there's already a column
with this name!"

This change ensures that `public_data:pull` won't run until migrations
are done, to prevent silly accidents like that.
2024-06-18 14:52:54 -07:00
..
.gitkeep
db.rake
nc_mall.rake
pets.rake
public_data.rake Only run public_data:pull if there are no pending migrations 2024-06-18 14:52:54 -07:00
swf_assets.rake