aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/convert.py
Commit message (Expand)AuthorAgeFilesLines
* Import "Base" from base instead of models.Elrond2012-03-201-2/+2
* Let convert_mongo_to_sql add Migration RecordsElrond2012-03-171-1/+17
* Convert (gps) image media_data.Elrond2012-03-141-0/+23
* Fix VideoData insertionChristopher Allan Webber2012-03-141-1/+1
* Convert media_data for videoElrond2012-03-131-0/+15
* SQL: Improve video media_data tableElrond2012-03-011-0/+1
* Attachment support in the SQL backendElrond2012-02-281-1/+10
* Create "gmg convert_mongo_to_sql" commandElrond2012-02-231-3/+3
* mongo to sql convert: Better OrderingElrond2012-02-231-4/+4
* Start having useful defaults for SQLElrond2012-02-181-2/+1
* SQL: fail_metadata as JSON encoded fieldElrond2012-02-181-1/+1
* Drop pre-rendered html: MediaComment.content_htmlElrond2012-02-181-1/+1
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-1/+1
* Drop pre-rendered html: User.bio_htmlElrond2012-02-181-1/+1
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+1
* Convert over the license field, too!Christopher Allan Webber2012-01-211-1/+1
* Add copyright header and a bit of pep8ificationElrond2012-01-201-0/+17
* Add MediaFile table and related infrastructure.Elrond2012-01-111-1/+6
* sql convert: Use more library functionsElrond2012-01-011-11/+9
* SQL Model: Forgot MediaEntry.state fieldElrond2011-12-281-1/+1
* SQL: mongokit like interfaceElrond2011-12-181-1/+6
* Simple Mongo -> SQL migration toolElrond2011-12-171-0/+143