From a4c04f43e2314f0b5c52396181a17ef032e401f7 Mon Sep 17 00:00:00 2001 From: jawabuu <49921621+jawabuu@users.noreply.github.com> Date: Thu, 9 Apr 2020 03:39:37 +0300 Subject: [PATCH] Formatting updtaes Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com> --- support/django/README.md | 8 ++++---- support/mysqldump/README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/support/django/README.md b/support/django/README.md index 10840c699df..09161b74b3f 100644 --- a/support/django/README.md +++ b/support/django/README.md @@ -18,8 +18,8 @@ various types of databases. ## Notes -This has been tested with python 3.7 and django 2.2. -Schema modifications using django migration tool are not yet fully tested. However, any errors that arise can be fixed by -overriding the file [schema.py] (https://github.com/django/django/master/django/db/backends/mysql/schema.py) -The django-vitess adapter could be maintained as a separate project within Vitess in future so users can run +1. This has been tested with python 3.7 and django 2.2. +2. Schema modifications using django migration tool are not yet fully tested. However, any errors that arise can be fixed by +overriding the file [schema.py](https://github.com/django/django/master/django/db/backends/mysql/schema.py) +3. The django-vitess adapter could be maintained as a separate project within Vitess in future so users can run `pip install django-vitess` for their projects. \ No newline at end of file diff --git a/support/mysqldump/README.md b/support/mysqldump/README.md index ef883647463..9df89dcfcf9 100644 --- a/support/mysqldump/README.md +++ b/support/mysqldump/README.md @@ -18,6 +18,6 @@ The script will also attempt to import the schema and data into Vitess via vtgat ## Notes -This has been tested for small databases. -The script can be modified to include other unsupported statements that may be present. -The script has been tested with GNU sed, BSD sed users e.g. MacOS will need to update the script. \ No newline at end of file +1. This has been tested for small databases. +2. The script can be modified to include other unsupported statements that may be present. +3. The script has been tested with GNU sed, BSD sed users e.g. MacOS will need to update the script. \ No newline at end of file