more improvements for profile/feed page

This commit is contained in:
Kyle Drake 2014-04-29 02:07:35 -07:00
parent 5bc66e2524
commit 177e4d3592
9 changed files with 28 additions and 26 deletions

View file

@ -4,6 +4,6 @@ Sequel.migration do
}
down {
DB.drop_column :site_changes, :changes
DB.rename_table :site_changes, :changes
}
end