banned_at shouldnt be neccessary

This commit is contained in:
Kyle Drake 2014-08-11 04:26:54 -07:00
parent 7445f8006b
commit 8e161c0099
2 changed files with 2 additions and 11 deletions

View file

@ -1,9 +0,0 @@
Sequel.migration do
up {
DB.add_column :sites, :banned_at, :timestamp
}
down {
DB.drop_column :sites, :banned_at
}
end