aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the token issues in the migrationChristopher Allan Webber2015-02-171-3/+3
* acess_token->access_tokenChristopher Allan Webber2015-02-171-1/+1
* Fixing typo: notifiction->notificationChristopher Allan Webber2015-02-171-1/+1
* This one should be dt_to_utc, not db_to_utc, I believeChristopher Allan Webber2015-02-171-1/+1
* Fix #1065 - Migrate from native datetimes to UTCJessica Tallon2015-02-151-0/+126
* Merge branch 'location'Jessica Tallon2014-10-091-0/+37
|\
| * Add location model and migrationsJessica Tallon2014-10-091-0/+37
* | Merge branch '905-activities'Jessica Tallon2014-10-071-2/+193
|\ \
| * | Fix all the unit tests and clean up codeJessica Tallon2014-10-061-32/+42
| * | Only have Model.activity for activity compatable objects/targetsJessica Tallon2014-09-031-23/+13
| * | Fix migrations and refactor object_typeJessica Tallon2014-09-021-43/+105
| * | Add ActivityIntermediator table and refactor some of Activity modelJessica Tallon2014-08-271-37/+108
| * | Create activity model and add activity creationJessica Tallon2014-08-221-0/+58
| |/
* | Fix migrations on Python 2.Christopher Allan Webber2014-09-301-0/+3
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-9/+179
|\|
| * Fix a python2.6 compatibility issue. Removing a dict comprehension.Christopher Allan Webber2014-08-181-1/+2
| * Elrond keeps pointing out places I should "is not None" at :)Christopher Allan Webber2014-08-081-2/+2
| * Okay, we don't know that indexes are falsey, so let's make it clearer. Yeek!Christopher Allan Webber2014-08-081-1/+1
| * this negation needs parens.Christopher Allan Webber2014-08-081-1/+1
| * Pull the indexes out of the dictionary directlyChristopher Allan Webber2014-08-081-8/+11
| * If the constraint already exists, roll back to a sane state.Christopher Allan Webber2014-08-081-1/+1
| * Explaining why we're committing mid-migrationChristopher Allan Webber2014-08-081-0/+4
| * Only add the constraint if we need to. Catch an exception if we don't.Christopher Allan Webber2014-08-071-6/+10
| * Document both migrations, comment out old migrationChristopher Allan Webber2014-08-071-9/+35
| * Add a new migration which removes/fixes the old migrationChristopher Allan Webber2014-08-071-0/+50
| * Fix issue where create_uuid doesn't exist nor usedJessica Tallon2014-07-221-1/+2
| * Make sure new media has a new uuid added onJessica Tallon2014-07-221-7/+6
| * Adds migration on MediaEntry to add uuidJessica Tallon2014-07-221-1/+0
| * Fix #894 - index User.username fieldJessica Tallon2014-07-171-1/+15
| * Adding comments in the migration explaining a bit what's going on.Christopher Allan Webber2014-06-111-0/+2
| * Explicitly set the column names to "user" and "privilege"Christopher Allan Webber2014-06-111-2/+4
| * Switch "user_id" to "privilege" and "privilege_id" to "user".Christopher Allan Webber2014-06-101-17/+23
| * Merge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetestChristopher Allan Webber2014-06-101-0/+46
| |\
| | * Made the columns properly referenced in models and migrations.tilly-Q2014-04-231-10/+7
| | * Renamed the columns on core__privileges_users table so that they are unique andtilly-Q2014-04-221-0/+45
| * | Set a default value to MediaEntry.media_metadatatilly-Q2014-05-141-1/+2
| * | Changed the name of the metadata columntilly-Q2014-04-211-1/+1
| * | Moved the metadata column to MediaEntry rather than MediaFiletilly-Q2014-04-211-4/+4
| * | In this commit, I added a new column which will be used for RDFa metadata oftilly-Q2014-04-211-0/+12
| |/
* | Remove sqlalchemy-migrate imports from the codebase. Do not touch tests yet.Berker Peksag2014-06-271-1/+1
* | Use six.text_type instead of unicode().Berker Peksag2014-06-021-2/+4
|/
* I went through the code and just removed some blank spaces. I also looked ittilly-Q2013-11-191-3/+2
* Addressed ticket number 630 by removing MediaEntry.collectedJosie2013-11-181-0/+14
* Renaming replace_table to replace_table_hack and documenting why it's a hackChristopher Allan Webber2013-10-101-3/+3
* Merge remote-tracking branch 'tilly-q/merge-tillyq-moderation' into merge-til...Christopher Allan Webber2013-10-101-21/+4
|\
| * I made some changes in this commit to help out with other people trying to worktilly-Q2013-10-091-21/+4
* | Fix the create_moderation_tables migration to work with postgresqlChristopher Allan Webber2013-10-101-3/+3
|/
* Fixing migration to account for new fields added to User modelChristopher Allan Webber2013-10-091-1/+5
* Merge remote-tracking branch 'tilly-q/OPW-Moderation-Update' into merge-tilly...Christopher Allan Webber2013-10-091-5/+9
|\
| * This was a quick update to clean up some of my templates and fix the formattingtilly-Q2013-10-081-5/+9