From 7f9c70499d2d636b77f4402ab12e9c10626f60e0 Mon Sep 17 00:00:00 2001 From: yquansah Date: Thu, 8 Feb 2024 18:14:47 +0000 Subject: [PATCH] chore: format code --- configuration/storage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/storage.mdx b/configuration/storage.mdx index b6978e8..1786df1 100644 --- a/configuration/storage.mdx +++ b/configuration/storage.mdx @@ -82,7 +82,7 @@ From time to time the Flipt database must be updated with new schema. To accomplish this, Flipt includes a `migrate` command that will run any pending database migrations for you. -By default Flipt will run your application data migrations. You can run migrations on your [analytical](/configuration/analytics) databases by specifying the `--database=analytics` flag to the migrate command. +By default Flipt will run your application data migrations. You can run migrations on your [analytical](/configuration/analytics) databases by specifying the `--database=analytics` flag to the migrate command. If Flipt is started and there are pending migrations, you will see the following error in the console: