diff options
author | francis <francis> | 2008-04-14 14:33:59 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-14 14:33:59 +0000 |
commit | 9f13a2297f2dd3c5e9a68025d8d07dd5571f78cd (patch) | |
tree | 962027984a1abe806bbdac4d0ab302d6bda0af22 | |
parent | d89189050b82d733b7536464ded75b9883bc7da4 (diff) |
Annotate models.
-rw-r--r-- | db/schema.rb | 8 | ||||
-rw-r--r-- | todo.txt | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/db/schema.rb b/db/schema.rb index 5e1982b16..f0f2b4eb8 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 51) do +ActiveRecord::Schema.define(:version => 52) do create_table "incoming_messages", :force => true do |t| t.integer "info_request_id", :null => false @@ -87,6 +87,12 @@ ActiveRecord::Schema.define(:version => 51) do add_index "public_bodies", ["url_name"], :name => "index_public_bodies_on_url_name", :unique => true + create_table "public_body_tag_categories", :force => true do |t| + t.text "name", :null => false + t.text "title", :null => false + t.text "singular", :null => false + end + create_table "public_body_tags", :force => true do |t| t.integer "public_body_id", :null => false t.text "name", :null => false @@ -45,16 +45,11 @@ If you edit needs anim to waiting_response it doesn't edit the value in the even https://secure.mysociety.org/admin/foi/request/show/37 https://secure.mysociety.org/admin/foi/request/show/137 -GUI for uploading changed CSV files -Make tag categories better - Things to track: - new requests - new requests with keyword - successful responses -Interface for DPA hiding - Later ===== @@ -85,8 +80,6 @@ Offer search on 404s Search and replace text "FOI" and "Freedom of Information" out the way more - but put it in the title tag -RDAs need their short names somehow in CSV import? - Send email to remind people to clarify This search gives a runtime error: |