test_app/db/schema.rb in interpret-0.2.1 vs test_app/db/schema.rb in interpret-1.0.0
- old
+ new
@@ -1,5 +1,6 @@
+# encoding: UTF-8
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your
@@ -16,13 +17,15 @@
t.string "locale"
t.string "key"
t.text "value"
t.text "interpolations"
t.boolean "is_proc", :default => false
+ t.boolean "protected", :default => false
t.boolean "stale", :default => false
end
create_table "users", :force => true do |t|
+ t.boolean "admin", :default => false, :null => false
t.datetime "created_at"
t.datetime "updated_at"
end
end