fixed tag category coloring, fixed tag category expiration when updating, work on migration

This commit is contained in:
albert
2011-10-10 17:08:29 -04:00
parent 5fb1a17516
commit e011c36ffe
13 changed files with 228 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ class CreateAdvertisements < ActiveRecord::Migration
t.column :width, :integer, :null => false
t.column :height, :integer, :null => false
t.column :file_name, :string, :null => false
t.column :is_work_safe, :boolean, :null => false, :default => false
t.timestamps
end