Guest User

Untitled

a guest
Jul 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. deploy@production:/var/www/telemonitoring/current/vendor/common$ diff /var/www/background/current/vendor/common/db/schema.rb /var/www/telemonitoring/current/vendor/common/db/schema.rb
  2. 12c12
  3. < ActiveRecord::Schema.define(:version => 20091020160300) do
  4. ---
  5. > ActiveRecord::Schema.define(:version => 20091026134400) do
  6. 225a226,232
  7. > create_table "instruction_timeout_checks", :force => true do |t|
  8. > t.integer "patient_id"
  9. > t.datetime "created_at"
  10. > t.string "status"
  11. > t.string "derived_outcome"
  12. > end
  13. >
  14. 316c323
  15. < create_table "tagsets", :force => true do |t|
  16. ---
  17. > create_table "tags", :force => true do |t|
  18. 319,320c326,328
  19. < t.integer "evaluation_id"
  20. < t.text "tags"
  21. ---
  22. > t.integer "taggable_id"
  23. > t.string "taggable_type"
  24. > t.text "contents"
Add Comment
Please, Sign In to add comment