aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--db/schema.rb8
-rw-r--r--todo.txt7
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
diff --git a/todo.txt b/todo.txt
index a6716f48a..496cadc2f 100644
--- a/todo.txt
+++ b/todo.txt
@@ -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: