This commit is contained in:
albert
2013-03-22 20:36:34 -04:00
parent 61b3a18ec7
commit 48b1f63028
4 changed files with 29 additions and 3 deletions

View File

@@ -15,3 +15,5 @@ Note.find_each do |note|
end
note.update_column(:version, i)
end
UserFeedback.delete_all("creator_id = user_id")