docs/migrations
David Lawrence 2dc2fe6738 set initial role value for existing records in timestamp_keys table
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
2015-12-03 11:25:45 -08:00
..
server/mysql set initial role value for existing records in timestamp_keys table 2015-12-03 11:25:45 -08:00
signer/mysql initial database migration state 2015-12-02 16:09:41 -08:00
README.md initial database migration state 2015-12-02 16:09:41 -08: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.