aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* | Adding a comment explaining what vR1 means.Christopher Allan Webber2013-10-081-0/+4
* | Just fixing the order of migrations and a bit of whitespace.Christopher Allan Webber2013-10-081-38/+48
* | Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-3/+199
|\|
| * This was a very important update where I fixed a few small but fatal bugs in mytilly-Q2013-10-031-3/+3
| * In this commit, I mostly did work on the migrations. Firstly, I droppped thetilly-Q2013-10-031-42/+129
| * This commit was solely to remove unused imports in the code that I have writtentilly-Q2013-09-231-2/+1
| * At this point, I am very close to done with this code! I made one big change attilly-Q2013-09-231-2/+2
| * Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-121-4/+19
| |\
| * | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom-tilly-Q2013-09-111-12/+3
| * | This should be my final code update before I am ready for review! Basically, intilly-Q2013-09-101-1/+10
| * | This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-081-1/+36
| * | This is a quick commit. I gave admins the ability to ban or unban userstilly-Q2013-08-291-2/+2
| * | This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-10/+10
| * | This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-201-73/+74
| * | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-0/+81
| |\ \
| * | | This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-201-1/+1
| * | | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-1/+1
| * | | This commit was the work I did fixing errors that cropped up from the merge.tilly-Q2013-07-311-1/+1
| * | | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-7/+93
| |\ \ \
| * | | | This commit had some important milestones in it. The major update is that now Itilly-Q2013-07-271-7/+13
| * | | | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-0/+1
| * | | | This update I mostly did work on the templates for the admin pages. I did a co-tilly-Q2013-07-081-3/+3
| * | | | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-10/+10
| * | | | In this commit, I have made a few changes and tightened up some of my modelstilly-Q2013-06-271-16/+21
| * | | | This is the first stage of my project of implenting admin/moderator functiona-tilly-Q2013-06-241-1/+68
* | | | | not all JSONEncoded fields should be mutable dictsRodney Ewing2013-09-191-2/+2
* | | | | make all JSONEncoded columns mutableRodney Ewing2013-09-191-2/+2
* | | | | need to use mutation tracking to detect changes in JSONEncoded typesRodney Ewing2013-09-191-2/+2