Skip to content

Commit

Permalink
new schema file?
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jun 30, 2010
1 parent aff5ae3 commit f1bf5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb
Expand Up @@ -83,11 +83,11 @@
create_table "refinery_settings", :force => true do |t|
t.string "name"
t.text "value"
t.boolean "destroyable", :default => true
t.boolean "destroyable", :default => true
t.datetime "created_at"
t.datetime "updated_at"
t.string "scoping"
t.boolean "restricted", :default => false
t.boolean "restricted", :default => false
t.string "callback_proc_as_string"
end

Expand Down

0 comments on commit f1bf5fe

Please sign in to comment.