Skip to content
Snippets Groups Projects

Add database tables and migration manager

Merged Luis Araujo requested to merge wip/araujo/db-migration-models into master
  1. Mar 26, 2019
    • Luis Araujo's avatar
      WIP: Add database tables and migrations files · d821c7f0
      Luis Araujo authored
      
      This commit adds the Job, TestCase and Result tables for the
      database and include the database migrations files.
      
      It also adds a new run-qa-report script that will be used to
      properly handle the postgresql database connection during startup
      to make sure it is available before executing the main qa-report app.
      
      The commit also updates the Dockerfile to include the wait-for-it
      package.
      
      Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      d821c7f0
Loading