aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql
Commit message (Expand)AuthorAgeFilesLines
* Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-081-270/+0
* Add inspect_table.Elrond2013-01-081-0/+7
* Move all the migration tools into new migration_tools.pyElrond2013-01-081-0/+263
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-072-106/+0
* Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-071-63/+0
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-072-767/+0
* Move db.sql.util to db.utilSebastian Spaeth2013-01-071-327/+0
* Remove mediagoblin.db.sql.fake.DESCENDINGSebastian Spaeth2013-01-072-34/+1
* Remove ObjectId from the treeSebastian Spaeth2012-12-251-9/+0
* Remove InvalidIdSebastian Spaeth2012-12-251-9/+1
* Move db.sql.migrations to db.migrationsSebastian Spaeth2012-12-251-189/+0
* Move db.sql.open to db.openSebastian Spaeth2012-12-252-79/+1
* RIP out mongoSebastian Spaeth2012-12-253-284/+2
* Mongo removal: Remove the validate=True arg to obj.save()Elrond2012-12-241-2/+1
* Remove Mongoism query.skip()Sebastian Spaeth2012-12-211-3/+0
* 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
| |\