diff options
author | root <root@sandwich.ukcod.org.uk> | 2009-11-28 00:25:23 +0000 |
---|---|---|
committer | root <root@sandwich.ukcod.org.uk> | 2009-11-28 00:25:23 +0000 |
commit | 50f9cf1e6ddb10af93c908f153dbd18bc0e7bbaf (patch) | |
tree | b5ce1e170df2b40c85305f620104f7819dfbf2d9 | |
parent | fdad3e0740da334b53044aa60e843daacdaf5f9b (diff) |
Live site altered db schema whitespace
-rw-r--r-- | db/schema.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/schema.rb b/db/schema.rb index c0782ac1d..41efb40bb 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -198,13 +198,13 @@ ActiveRecord::Schema.define(:version => 82) do end create_table "track_things", :force => true do |t| - t.integer "tracking_user_id", :null => false - t.string "track_query", :null => false + t.integer "tracking_user_id", :null => false + t.string "track_query", :null => false t.integer "info_request_id" t.integer "tracked_user_id" t.integer "public_body_id" - t.string "track_medium", :null => false - t.string "track_type", :default => "internal_error", :null => false + t.string "track_medium", :null => false + t.string "track_type", :null => false t.datetime "created_at" t.datetime "updated_at" end |