Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 463 Bytes

DATABASE.md

File metadata and controls

8 lines (6 loc) · 463 Bytes

Database Changes

ThesisManagement employs liquibase technology for database migrations. Upon a database schema change, follow the steps:

  1. Create a new changeset by adding a new script in the changelog folder
  2. Include the new changeset script into the master changelog file

Database Schema

Database Schema