aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql
Commit message (Expand)AuthorAgeFilesLines
* Remove SimpleFieldAliasSebastian Spaeth2012-12-211-12/+0
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-212-25/+2
* Remove print statments from this migration.Christopher Allan Webber2012-12-101-6/+5
* Fix typo, disable debugging.Elrond2012-12-101-3/+2
* UniqueConstraing migration: Adding the explaining comments.Elrond2012-12-101-0/+23
* Fixing our broken CollectionItem unique constraint.Elrond2012-12-101-4/+42
* Ensure query_dict is a dict after the contents have been modified.Nathan Yergler2012-12-101-2/+8
* Eeek! Set the migration number to the current migration number being run!Christopher Allan Webber2012-12-091-1/+1
* Elrond's suggestion: have set_current_migration execute after each migration ...Christopher Allan Webber2012-12-091-1/+1
* Merge some small bits by spaetz. Needed later.Elrond2012-11-282-6/+8
|\
| * Add commit argument to clean_orphan_tagsSebastian Spaeth2012-11-281-4/+4
| * Add "commit" argument to Base model delete()Elrond2012-11-281-2/+4
* | Merge remote-tracking branch 'refs/remotes/elrond/sql/migrate_new_tables'Christopher Allan Webber2012-11-261-33/+45
|\ \ | |/ |/|
| * SQL Migrations: Rewrite table creation completely.Elrond2012-11-241-33/+45
* | Stop unicode conversion warning during dbupdate.Elrond2012-11-241-1/+1
|/
* Added cascade all, delete-orphan to ProcessingMetaDataJoar Wandborg2012-09-271-5/+7
* HTTP callback fixesJoar Wandborg2012-09-261-1/+9
* Added support for http callbacks on processingJoar Wandborg2012-09-262-2/+24
* Added client registration caps to OAuth pluginJoar Wandborg2012-09-212-7/+13
* Added default for 'collected' column to migrationAaron Williamson2012-09-181-1/+1
* Fixed migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-2/+5
* Added migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-1/+30
* Fixed collections migration to add 'collected' column to media_entries instea...Aaron Williamson2012-09-181-2/+2
* Added basic collection functionalityAaron Williamson2012-09-183-4/+81
* Fixed testsJoar Wandborg2012-09-151-1/+1
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-131-4/+13
* Fixed a UnicodeError in the sql.models.MediaEntryJoar Wandborg2012-08-031-1/+3
* Moving the "dependency injection printer tools" over to tools/common.pyChristopher Allan Webber2012-07-141-8/+2
* Panel improvementsJoar Wandborg2012-07-112-1/+21
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-2/+2
* First migration fix: commit after each migration.Elrond2012-06-141-0/+2
* FIXED SQL MIGRATION #2Joar Wandborg2012-06-102-3/+5
* Added SQL migrations for email notificationsJoar Wandborg2012-06-101-2/+14
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-101-0/+1
|\
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-183-16/+107
| |\
| * | Added wants_comment_notification to sql modelDerek Moore2012-03-151-0/+1
* | | added support for original audio download; renameJakob Kramer2012-05-201-1/+19
* | | Cleanup sql session after request. ALWAYS!Elrond2012-04-071-0/+6
* | | Check that the media_data tables are empty.Elrond2012-04-021-1/+8
* | | Add ascii and audio tables/migration data.Elrond2012-04-022-1/+23
* | | Cleanup unused media_data tables and migration info.Elrond2012-04-021-6/+34
* | | Mongo -> SQL conversion tool: UI improvementsElrond2012-04-021-16/+28
* | | Fixed an issue where orphaned comments breaks the importJoar Wandborg2012-04-021-5/+11
* | | Switch JSONEncoded from VARCHAR to TEXTElrond2012-04-011-2/+2
* | | And remove some now useless methods.Elrond2012-03-291-36/+0
* | | Remove the DictReadProxy thing.Elrond2012-03-291-47/+4
* | | Fix some simple errors.Elrond2012-03-292-4/+5
* | | Change models to a _v0 suffix.Elrond2012-03-292-48/+50
* | | Make a copy of models for v0.Elrond2012-03-291-0/+375
* | | Cleanup mongo->sql converter.Elrond2012-03-251-5/+2