/catchchat_data_import

Migrate existing data from MongoDB to MySQL

Primary LanguageRuby

To init the upstream catchchat_server repository(already done)

git subtree add --prefix upstream/catchchat_server git@github.com:CatchChat/catchchat_server.git develop --squash

To update the upstream(when needed)

git subtree pull --prefix upstream/catchchat_server git@github.com:CatchChat/catchchat_server.git develop --squash