diff options
author | Francis Irving <francis@mysociety.org> | 2009-11-28 00:36:34 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-11-28 00:36:34 +0000 |
commit | 6c58357bdc77f503a2aa7a2244d1bf147b28eda2 (patch) | |
tree | b50ac0fa42e7baf381dfcb0bccac28c26ef926e4 | |
parent | 7de945967825231ef9bd04faaba8bec86ae26828 (diff) | |
parent | d889e77d2cdd7a75f80c024634e4779b7760c10d (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/whatdotheyknow
-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 |