From 85744646d276669e3e376f928f68cbf11baa02da Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 5 Mar 2022 15:07:45 -0600 Subject: [PATCH] Nod to mysql in the installer intro msg --- messkit/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messkit/commands.py b/messkit/commands.py index 3d165e8..7fc3f80 100644 --- a/messkit/commands.py +++ b/messkit/commands.py @@ -71,7 +71,7 @@ class Install(commands.Subcommand): rprint("\n\t[blue]Welcome to Messkit![/blue]") rprint("\n\tThis tool will install and configure a new app.") - rprint("\n\t[italic]NB. You should already have created a new database in PostgreSQL.[/italic]") + rprint("\n\t[italic]NB. You should already have created a new database in PostgreSQL or MySQL.[/italic]") # continue? if not self.basic_prompt("continue?", True, is_bool=True):