db/schema.rb in refinerycms-0.9.6.7 vs db/schema.rb in refinerycms-0.9.6.8
- old
+ new
@@ -123,10 +123,10 @@
t.integer "size"
t.string "content_type"
t.string "filename"
t.string "title"
t.text "description"
- t.text "license"
+ t.text "licence"
t.datetime "created_at"
t.datetime "updated_at"
end
create_table "user_plugins", :force => true do |t|