aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Little sql model updateElrond2011-12-171-1/+2
| | | | | | - Add title to the MediaEntry - Rename fp_verification_expire to fp_token_expire to follow the mongo model.
* SQL: Some toys and little fixElrond2011-12-151-1/+12
| | | | | | | | Run bin/python mediagoblin/db/sql/models.py and watch the create tables on a memory sqlite db. Also unicode strings need unicode defauls. Warning by sqlalchemy.
* Move sql models into db/sql/Elrond2011-12-151-0/+95
So we can play with the sql models, let's put them in a proper place.