Anthrocon-Reg / ubersystem

Anthrocon's Ubersystem - a fork of the MagFest system that handles ticketing, staffing, analytics, volunteers, and tons more
http://anthrocon.org
GNU General Public License v3.0
4 stars 0 forks source link

Database changes broke setup scripts #21

Closed kitsuta closed 8 years ago

kitsuta commented 9 years ago

The changes to the database made for adding birthdates has broken most of the database setup scripts, including insert_admin and import_uber_test_data. These scripts need to be fixed to match the changes in the database.

kitsuta commented 9 years ago

insert_admin and reset_uber_db are fixed!

import_uber_test_data will be somewhat painful - it's over 13k records, all formatted for M12's schema. It's lower priority, but I would like to fix it before we call the birthdate code 100% finished.

@Krinoo any ideas for taking an SQL file full of test data and converting it to a new schema?

binary1230 commented 9 years ago

it should be super-easy to suck that in with a python script, modify it, and spit it back out. especially if it's just one column on one table.

On Fri, Oct 3, 2014 at 1:47 PM, Victoria Earl notifications@github.com wrote:

insert_admin and reset_uber_db are fixed!

import_uber_test_data will be somewhat painful - it's over 13k records, all formatted for M12's schema. It's lower priority, but I would like to fix it before we call the birthdate code 100% finished.

@Krinoo https://github.com/Krinoo any ideas for taking an SQL file full of test data and converting it to a new schema?

— Reply to this email directly or view it on GitHub https://github.com/Anthrocon-Reg/ubersystem/issues/21#issuecomment-57829519 .

kitsuta commented 8 years ago

This doesn't belong here, and it's also discussed in https://github.com/magfest/ubersystem/issues/592.