docs/migrations
Riyaz Faizullabhoy 5d8bcee97b Update migration syntax, add integration test for rethink
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2016-04-14 19:38:04 -07:00
..
server/mysql automigrate when using compose file 2016-02-04 10:39:40 -08:00
signer/mysql automigrate when using compose file 2016-02-04 10:39:40 -08:00
README.md initial database migration state 2015-12-02 16:09:41 -08:00
migrate.sh Convert the server and signer to use the alpine image and to remove apks after build 2016-04-04 15:08:59 -07:00
rethink_migrate.sh Update migration syntax, add integration test for rethink 2016-04-14 19:38:04 -07:00

README.md

Database Migrations

This directory contains database migrations for the server and signer. They are being managed using this tool. Within each of the server and signer directories are directories for different database backends. Notary server and signer use GORM and are therefore capable of running on a number of different databases, however migrations may contain syntax specific to one backend.