Skip to content

Commit

Permalink
schema changes due to Rails upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Apr 30, 2012
1 parent ed0f830 commit 91b63fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/dummy_app/db/schema.rb
@@ -1,3 +1,4 @@
# 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.
Expand All @@ -15,8 +16,8 @@
create_table "features", :force => true do |t|
t.string "symbol", :null => false
t.integer "deployment_percentage", :null => false
t.datetime "created_at"
t.datetime "updated_at"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end

end

0 comments on commit 91b63fc

Please sign in to comment.