Radar: Anyway, I figure you have more insight into Spree DB schema etc than me, and definitely more experience, so; about "that thing" from earlier, the shit site that was my first Rails (and Spree) project. I've installed latest Spree and I'm now considering DB migration approaches to get data from the old 0.11 site to the new site:
- Could run migrations on the new clean setup and go from there (i.e. transfer old content to the new site when the schema is in place.)
- Could also import an SQL dump to the new DB and just attempt to get that running.
I looked at the Spree migrations added to your repo the past year and while they aren't many, there are some. Namely:
20111007143030_namespace_top_level_models.rb 20111107143030_migrate_namespaced_polymorphic_models.rb 20111128153359_new_preferences.rb