From 4f77b35a53b676950ea5461b9b70d00724f032d2 Mon Sep 17 00:00:00 2001 From: Jeff Dickey Date: Fri, 22 Nov 2013 13:06:49 -0800 Subject: [PATCH 1/9] renamed command to match file in repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b45add..f475c41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First, dump your MySQL database in PostgreSQL-compatible format Then, convert it using the dbconverter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal. From 2790d02e2f0ec9665010f6c04bced401dd072bb1 Mon Sep 17 00:00:00 2001 From: Ben Pickles Date: Fri, 24 Jan 2014 20:01:26 +0000 Subject: [PATCH 2/9] Fix file name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b45add..f475c41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First, dump your MySQL database in PostgreSQL-compatible format Then, convert it using the dbconverter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal. From fe6b4860a20f0eae7301e2b763b5cdb12a4b5c70 Mon Sep 17 00:00:00 2001 From: Philipp Bosch Date: Sat, 19 Apr 2014 20:44:11 +0200 Subject: [PATCH 3/9] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b45add..f475c41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First, dump your MySQL database in PostgreSQL-compatible format Then, convert it using the dbconverter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal. From e47ca7388a46c3bf581c711404e72a7bdc945d38 Mon Sep 17 00:00:00 2001 From: Philipp Bosch Date: Mon, 9 Jun 2014 22:51:37 +0200 Subject: [PATCH 4/9] Another one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f475c41..59bed21 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ First, dump your MySQL database in PostgreSQL-compatible format mysqldump --compatible=postgresql --default-character-set=utf8 \ -r databasename.mysql -u root databasename -Then, convert it using the dbconverter.py script +Then, convert it using the db_converter.py script `python db_converter.py databasename.mysql databasename.psql` From f695de182f62fbd3bf10c634993ac3e9afa53be3 Mon Sep 17 00:00:00 2001 From: Chris Schmich Date: Thu, 25 Sep 2014 17:46:47 -0500 Subject: [PATCH 5/9] Fix typo. Fix typo in script name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b45add..f475c41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First, dump your MySQL database in PostgreSQL-compatible format Then, convert it using the dbconverter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal. From 15e8a81985d7f9555b0a522b62f885fa6417806b Mon Sep 17 00:00:00 2001 From: Ian Bytchek Date: Wed, 29 Oct 2014 13:44:35 +0300 Subject: [PATCH 6/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b45add..59bed21 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ First, dump your MySQL database in PostgreSQL-compatible format mysqldump --compatible=postgresql --default-character-set=utf8 \ -r databasename.mysql -u root databasename -Then, convert it using the dbconverter.py script +Then, convert it using the db_converter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal. From ed80449770346b6eaf27a45e0af0e0809c337e4d Mon Sep 17 00:00:00 2001 From: Tobias Schwab Date: Sat, 22 Nov 2014 12:09:16 +0100 Subject: [PATCH 7/9] Update README.md Fix example call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b45add..f475c41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First, dump your MySQL database in PostgreSQL-compatible format Then, convert it using the dbconverter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal. From b9f9ea6e534b251eb09fbca62aa1b21bad32db90 Mon Sep 17 00:00:00 2001 From: Mike Dillion Date: Fri, 16 Jan 2015 16:31:31 -0500 Subject: [PATCH 8/9] Fix missing underscores in dbconverter.py in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b45add..59bed21 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ First, dump your MySQL database in PostgreSQL-compatible format mysqldump --compatible=postgresql --default-character-set=utf8 \ -r databasename.mysql -u root databasename -Then, convert it using the dbconverter.py script +Then, convert it using the db_converter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal. From d48250b595c92d4853cac30a4de399de8bfb5643 Mon Sep 17 00:00:00 2001 From: Philipp Bosch Date: Mon, 9 Jun 2014 22:51:37 +0200 Subject: [PATCH 9/9] Another one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f475c41..59bed21 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ First, dump your MySQL database in PostgreSQL-compatible format mysqldump --compatible=postgresql --default-character-set=utf8 \ -r databasename.mysql -u root databasename -Then, convert it using the dbconverter.py script +Then, convert it using the db_converter.py script `python db_converter.py databasename.mysql databasename.psql`