Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/resolve/refinerycms
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenheidel committed Jun 30, 2010
2 parents c021ec8 + f1bf5fe commit 39e4f87
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 39e4f87

Please sign in to comment.