Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mongo->sql conversion script now runs mongo migrations first, just in case | Christopher Allan Webber | 2012-03-17 | 1 | -0/+4 |
| | |||||
* | Mongosql imports made celery get set up before we wanted it via ./bin/gmg ↵ | Christopher Allan Webber | 2012-03-17 | 1 | -2/+1 |
| | | | | | | commands Just moved the import into the actual function. That resolved the issue! | ||||
* | Create "gmg convert_mongo_to_sql" command | Elrond | 2012-02-23 | 1 | -0/+25 |
Finally, to make testing of sql a bit easier, create a bin/gmg command to do the conversion from mongo to sql. It's currently named "convert_mongo_to_sql". The most important option is the gmg -cf option to give a configfile with the appropiate sql_engine definition. |