Skip to content

Commit

Permalink
updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Nov 19, 2011
1 parent 3c83592 commit a3eddf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions db/schema.rb
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20111101090312) do
ActiveRecord::Schema.define(:version => 20111117041311) do

create_table "account_contacts", :force => true do |t|
t.integer "account_id"
Expand Down Expand Up @@ -202,6 +202,7 @@
t.string "hint"
t.datetime "created_at"
t.datetime "updated_at"
t.integer "tag_id"
end

create_table "fields", :force => true do |t|
Expand All @@ -214,7 +215,7 @@
t.string "hint"
t.string "placeholder"
t.string "as", :limit => 32
t.string "collection"
t.text "collection"
t.boolean "disabled"
t.boolean "required"
t.integer "maxlength"
Expand Down

0 comments on commit a3eddf9

Please sign in to comment.