Skip to content

v1.3.0

Choose a tag to compare

@james-owen james-owen released this 15 May 21:18
· 42 commits to master since this release

v1.2.1...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.