[freeside-commits] branch FREESIDE_3_BRANCH updated. 6ddb8c85f963358bbb1797308df95465b4c2b160
Mark Wells
mark at 420.am
Sun Mar 20 16:42:55 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 6ddb8c85f963358bbb1797308df95465b4c2b160 (commit)
from 6b285a7d0b37bb1dfd1972eead37a45bff977651 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6ddb8c85f963358bbb1797308df95465b4c2b160
Author: Mark Wells <mark at freeside.biz>
Date: Sun Mar 20 16:41:14 2016 -0700
add pgloader config to migrate from mysql, #39756
diff --git a/bin/freeside-mysql.load b/bin/freeside-mysql.load
new file mode 100644
index 0000000..02f47da
--- /dev/null
+++ b/bin/freeside-mysql.load
@@ -0,0 +1,6 @@
+LOAD DATABASE
+ FROM mysql://freeside@/freeside
+ INTO postgresql://freeside@/freeside
+WITH include drop, create tables, reset sequences, create indexes
+CAST type varbinary to varchar
+;
-----------------------------------------------------------------------
Summary of changes:
bin/freeside-mysql.load | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 bin/freeside-mysql.load
More information about the freeside-commits
mailing list