initial profile comments

This commit is contained in:
Kyle Drake 2014-04-29 01:17:17 -07:00
parent 44311e4008
commit 5bc66e2524
11 changed files with 92 additions and 16 deletions

View file

@ -0,0 +1,9 @@
Sequel.migration do
up {
DB.rename_table :changes, :site_changes
}
down {
DB.drop_column :site_changes, :changes
}
end