revised xslt to generate SQL, and tables
Posted by sarneil on 12 Mar 2010 in Activity Log
Started work on revising the bailey_add_id_xsl file. It's now processing all but the aliases and mercy_appeals. The date conversion function is not working
Did extensive changes to the database. Added necessary lookup tables, fields to existing lookup tables and values to all lookup tables. Cleaned out all records in the crimes, trials etc. tables (i.e. those populated from the data files) and then changed the fieldtype on their ID fields from varchar to int. Changed the table type on all tables to innoDB. Have not yet formally created the foreign-key connections.