aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-09-181-0/+12
|\
| * get and set metadata for a MediaFileRodney Ewing2013-08-211-2/+13
* | Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'Christopher Allan Webber2013-09-181-0/+20
|\ \
| * | added user upload limitsRodney Ewing2013-08-261-2/+22
| |/
* | Not sure why there wasn't a .commit() at the end of add_new_notification_tabl...Christopher Allan Webber2013-08-221-0/+2
* | add user prefrence for insite notificationsRodney Ewing2013-08-201-2/+14
|/
* Fix problem with migration - OAuthJessica Tallon2013-07-221-6/+8
* Moves first versions of the the models to migrationsxray72242013-07-181-7/+72
* Adds migration for OAuth1 tablesxray72242013-07-181-1/+15
* merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-1/+1
* Explain about sqlite dropping the constraint and why we're adding it back man...Christopher Allan Webber2013-06-251-0/+2
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-2/+77
|\
| * Merge remote-tracking branch 'refs/remotes/joar/notifications'Christopher Allan Webber2013-06-221-2/+56
| |\
| | * New notificationsJoar Wandborg2013-06-091-1/+56
| * | modified verification emails to use itsdangerous tokensRodney Ewing2013-05-291-0/+20
| |/
* | typoRodney Ewing2013-06-251-1/+1
* | changes after cwebb's reviewRodney Ewing2013-06-211-0/+4
* | changed User model pw_hash field to nullable and added migrationsRodney Ewing2013-05-241-0/+11
|/
* Make uuid look like a uuid.Elrond2013-04-271-1/+1
* Check for duplicate collection slugs and make them unique. Add unique constra...Rodney Ewing2013-04-241-1/+37
* Simplifying the test for whether or not a user and slug combo exists.Christopher Allan Webber2013-02-271-3/+1
* Import sqlalchemy's and_ and use it in our select statementChristopher Allan Webber2013-02-261-2/+3
* And of course, we need to actually commit at the end of a migration.Christopher Allan Webber2013-02-261-0/+3
* Dope'ily missed .count() on the query where we're countingChristopher Allan Webber2013-02-251-1/+1
* Supplying migrations for a bold new era of mediagoblin entry slugsChristopher Allan Webber2013-02-251-0/+54
* Use inspect_table; default user license==None.Elrond2013-01-221-3/+2
* Add a license preference fieldMark Holmquist2013-01-171-0/+12
* Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-081-1/+1
* Add inspect_table.Elrond2013-01-081-7/+4
* Move all the migration tools into new migration_tools.pyElrond2013-01-081-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Move db.sql.util to db.utilSebastian Spaeth2013-01-071-1/+1
* Move db.sql.migrations to db.migrationsSebastian Spaeth2012-12-251-0/+189
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-201-110/+0
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-1/+1
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-0/+8
|\
| * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-0/+8
* | Factor out a add_table_field functionElrond2011-10-211-23/+16
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-1/+1
|/
* Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'Christopher Allan Webber2011-09-081-0/+15
|\
| * user_add_forgot_password_token_and_expires migration should set new fields to...Christopher Allan Webber2011-09-071-2/+2
| * oops, uses Alejandro's fp_verification_key. my bad.Caleb Forbes Davis V2011-08-281-2/+2
| * Adding fotgot password functionalityAlejandro Villanueva2011-08-281-0/+15
* | 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|/
* Add fail_error and fail_metadata fields to MediaEntry and relevant migrationChristopher Allan Webber2011-08-131-0/+17
* Missing multi=True closing this migration, oops :)Christopher Allan Webber2011-08-121-0/+1
* Merge branch 'master' into processingChristopher Allan Webber2011-08-111-0/+10
|\
| * Bug #372 - MediaEntry.thumbnail_file not usedCaleb Forbes Davis V2011-08-101-0/+10
* | Store the task id of a processing action in the database.Christopher Allan Webber2011-07-241-0/+12
|/
* Migration for mediafiles main->originalChristopher Allan Webber2011-07-171-0/+16