From c3ade4907f86eaa99f281997295d08689c62c99c Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Tue, 19 Jul 2016 17:32:40 -0600 Subject: [PATCH] README image float --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0531326..f57401e 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ #### GitHub's online schema migration for MySQL +![gh-ost logo](doc/images/gh-ost-logo-light-160.png){:style="float: right;"} `gh-ost` is a triggerless online schema migration solution for MySQL. It is testable and provides with pausability, dynamic control/reconfiguration, auditing, and many operational perks. `gh-ost` produces a light workload on the master throughout the migration, decoupled from the existing workload on the migrated table. It has been designed based on years of experience with existing solutions, and changes the paradigm of table migrations. -![gh-ost logo](doc/images/gh-ost-logo-light-160.png) + ## How?