From d0b3845d0f92412532647beed166672c7c6d814f Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 8 Jun 2017 15:55:41 -0400 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 48055e326..c7ff21cdd 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ sign and verify tokens via a `HS256` algorithm. Refer to the wiki page on [Configuration Loading](https://github.com/coralproject/talk/wiki/Configuration-Loading) for alternative methods of loading configuration during development. +### Running Migrations + +We have a migration tool that can be run using `bin/cli-migration run`. This will detect new migrations available and prompt you to backup your database before proceeding with the migration. Migrations are required with major version releases. + ### Using Trust Talk ships with core components we call "Trust". This allows Talk to automate certain actions based on previous user behavior.