oss/payroll

Need to updated db schema

jmatth opened this issue · 0 comments

If you commit code that assumes there has been a change to the database schema, you should update the schema.SQL file in the root of the project to reflect the changes. You can run mysqldump -u root -p --no-data payroll_test > schema.SQL to generate the new schema file.