summaryrefslogtreecommitdiff
path: root/db/migrate
AgeCommit message (Expand)Author
2013-07-01add public activity gemmo khan
2013-06-17add devise columns to usersmo khan
2013-06-16add favorites counter cachemo khan
2013-06-16add index to created_at column on usersmo khan
2013-06-16add lol dba gem and add missing tag indexesmo khan
2013-05-04add counter cache for photos on creation.mo khan
2013-05-04add missing indexesmo khan
2013-03-05add image_tmp column and try store_in_background processing to try to speed u...mo khan
2013-02-22remove old categoriesmo k
2013-02-21start migration script to move categories to tags.mo k
2012-12-17add index for created_at and creation_idmo k
2012-12-14recreate each version of the photos.mo k
2012-12-11add migration script to remigrate each creation.mo k
2012-11-08move the migration job to the commands folder.mo k
2012-11-07convert photo migration method to a Custom Job class.mo k
2012-11-07remove is_published from creation.mo k
2012-11-07add down step to last migrationmo k
2012-11-07remove :is_primary from photos table.mo k
2012-10-12add is_published to the creation model and only show fully published creation...mo k
2012-10-10use delayed_job to run the migration of each creation one job at a time. Doin...mo k
2012-10-09move the latest migration script back.mo k
2012-10-09move last migration script to see if that is what is failing in staging deplo...mo k
2012-10-09split the migration scriptsmo k
2012-10-09split the migration scriptmo k
2012-10-08when processing files without delayed job it looks like the watermarks are ge...mo k
2012-10-08add final part of migration which is to remove the original image column from...mo k
2012-10-08bring back the image uploader on creation so that the migration script can co...mo k
2012-10-08removemo k
2012-10-07correct the down script.mo k
2012-10-07start migration script to move creation images to the photo model.mo k
2012-10-07add delayed_jobmo k
2012-10-02add author and author url to the tutorial.mo k
2012-09-13run acts as taggable migration.mo k
2012-09-12add image url to tutorials.mo k
2012-09-06add tutorial scaffold.mo k
2012-08-25rename caption to watermark.mo k
2012-08-21add caption to creation and render the name as the caption.mo k
2012-08-07add avatars uploader to avatar.mo k
2012-08-07create avatarmo k
2012-08-07add avatar to user.mo k
2012-07-17update migration to set the default is_restricted to falsemo k
2012-07-17add is_restricted column to creationmo k
2012-06-08fix devise migrations as per https://github.com/plataformatec/devise/wiki/How...mo k
2012-06-07run acts_as_commentable migration and make creation commentable.mo k
2012-05-31add lat and long migrations and add to model.mo k
2012-05-29add city to users tablemo k
2012-05-26drop users_interests table in drop portion of migration script.mo k
2012-05-26add interests database migrations and model.mo k
2012-05-22added fields for twitter and facebooks; view, model, updated with fields and ...luu stiles
2012-05-17add website property to the User model and create migration.mo k