Guest User

Untitled

a guest
Jun 18th, 2018
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # database.yml
  2. global_comms_staging:
  3. database: global_comms_staging
  4. adapter: mysql
  5. host: localhost
  6. username: root
  7. password: ""
  8. encoding: utf8
  9. global_comms_search_staging:
  10. database: global_comms_search_staging
  11. adapter: mysql
  12. host: localhost
  13. username: root
  14. password: ""
  15. encoding: utf8
  16.  
  17.  
  18.  
  19.  
  20. source :in, {
  21. :database => "global_comms_staging",
  22. :target => :global_comms_staging,
  23. :table => "wireline_networks"
  24. },
  25. [
  26. :id,
  27. :company_id,
  28. :local_access_type,
  29. :description,
  30. :licensed_year,
  31. :local_license,
  32. :long_license,
  33. :intl_license,
  34. :other_license
  35. ]
Add Comment
Please, Sign In to add comment