Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Little sql model update | Elrond | 2011-12-17 | 1 | -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 fix | Elrond | 2011-12-15 | 1 | -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/ | Elrond | 2011-12-15 | 1 | -0/+95 |
So we can play with the sql models, let's put them in a proper place. |