aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index f15761998..28f3dc17a 100644
--- a/todo.txt
+++ b/todo.txt
@@ -65,8 +65,6 @@ Work out how to get it to tell you code coverage of .rhtml files
Test that it is actually sending the request outgoing mail, by using deliveries
Test sending a message to bounce/envelope-from address
-Add SQL database indexes to token / email_token in post_redirects
-
Add SQL foreign keys to database schema (THIS IS IMPORTANT, or things will screw up)
execute 'ALTER TABLE researchers ADD CONSTRAINT fk_researchers_departments FOREIGN KEY ( department_id ) REFERENCES departments( id ) '
http://wiki.rubyonrails.org/rails/pages/UsingMigrations link to: