summaryrefslogtreecommitdiff
path: root/db/migrate
AgeCommit message (Expand)Author
2014-06-07add sha256 to each photo.mo khan
2014-06-01extract latitude and longitude from image.mo khan
2014-05-31remove anything bound to carrierwave backgrounder.mo khan
2014-05-31save the content type and filename of each new photo.mo khan
2014-05-20add migration to move categories from old join table to category_id on creati...mo khan
2014-05-20refactory many to many creation to categories to a single category per creation.mo khan
2014-01-19adjust migration referencing a gem that is no longer part of the app.mo khan
2014-01-18add timestamps to comments table.mo khan
2014-01-18create a new comment.mo khan
2014-01-17create activities table.mo khan
2013-12-30merge with master.mo khan
2013-12-30merge with master.mo khan
2013-12-29upload avatar in background.mo khan
2013-12-29add is_admin column to users table.mo khan
2013-12-29add image_processing column to photo model to tell if an image has been proce...mo khan
2013-12-28remove public activity gem.mo khan
2013-12-28remove active admin tables and assets.mo khan
2013-09-14add ssl support to nginx config and other tidy upmo khan
2013-07-19remove commentsmo khan
2013-07-06add creations counter_cachemo khan
2013-07-02use ip geolocation lookupmo khan
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