fixed tag category coloring, fixed tag category expiration when updating, work on migration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user