v1.3.0
Feature: Database Migrations
Implements #37 and responds to #34, adding a folder for migrations which should be SQL files or a javascript function that returns a string that is valid SQL.
Migrations are run on startup of amphora-storage-postgres. Migrations may not be changed after they are run once, so all setup of components and layouts tables is done after the migrations have run.
Migrations will be used to add functionality to amphora-storage-postgres that relies on schema changes.