Clarify question in DB schema deploy script

This commit is contained in:
Oliver Gorwits
2015-08-31 12:03:59 +01:00
parent b32ce3e623
commit bfeb978dcb
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2.033002 - 2015
[ENHANCEMENTS]
* Clarify question in DB schema deploy script
2.033001 - 2015-08-27
[BUG FIXES]

View File

@@ -103,7 +103,7 @@ exit(0) unless $bool;
say '';
$bool = $term->ask_yn(
prompt => 'Would you like to deploy or upgrade your database schema?', default => 'n',
prompt => 'Would you like to deploy the database schema?', default => 'n',
);
deploy_db() if $bool;