db/schema.rb in refinerycms-0.9.5.21 vs db/schema.rb in refinerycms-0.9.5.22
- old
+ new
@@ -7,11 +7,11 @@
# all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20091130040711) do
+ActiveRecord::Schema.define(:version => 20091207033335) do
create_table "images", :force => true do |t|
t.integer "parent_id"
t.string "content_type"
t.string "filename"
@@ -143,9 +143,10 @@
t.datetime "activated_at"
t.string "state", :default => "passive"
t.datetime "deleted_at"
t.datetime "created_at"
t.datetime "updated_at"
+ t.boolean "superuser", :default => false
end
add_index "users", ["id"], :name => "index_users_on_id"
end