Update the quickstart.sql
Summary: Ref T1191. Use `storage quickstart` to regenerate `quickstart.sql` using modern schema construction statements. This puts new installs into utf8mb4 mode immediately without requiring storage adjustment. Test Plan: - Ran `arc unit --everything`, which uses quickstart. - Ran `bin/storage upgrade --namespace temp`, to quickstart a new namespace. - Ran `bin/storage upgrade --namespace temp --disable-utf8mb4`, to quickstart a new namespace without utf8mb4 support. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T1191 Differential Revision: https://secure.phabricator.com/D10797
This commit is contained in:
@@ -139,6 +139,12 @@ final class PhabricatorStorageManagementQuickstartWorkflow
|
||||
|
||||
Filesystem::writeFile($output, $dump);
|
||||
|
||||
$console = PhutilConsole::getConsole();
|
||||
$console->writeOut(
|
||||
"**<bg:green> %s </bg>** %s\n",
|
||||
pht('SUCCESS'),
|
||||
pht('Wrote fresh quickstart SQL.'));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user