Guest User

Untitled

a guest
Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. == GeocodeForCsv: migrating ==================================================
  2. rake trisano:ee:load_defaults
  3. (in /home/jdee/github/csinitiative/trisano/webapp)
  4. Loading EE defaults
  5. Loading addiitonal EE privileges
  6. Adding EE privs to existing roles
  7. Load geocode csv fields
  8. rake aborted!
  9. PGError: ERROR: relation "csv_field_translations" does not exist
  10. LINE 1: INSERT INTO csv_field_translations (id, csv_fi...
  11. ^
  12. : INSERT INTO csv_field_translations (id, csv_field_id, locale, long_name, short_name, created_at, updated_at)
  13. SELECT nextval('csv_field_translations_id_seq'), a.id, 'test', 'x' || a.long_name, NULL, now(), now()
  14. FROM csv_fields a LEFT JOIN csv_field_translations b
  15. ON (
  16. b.locale = 'test' AND
  17. a.id = b.csv_field_id
  18. )
  19. WHERE b.csv_field_id IS NULL;
  20.  
  21. (See full trace by running task with --trace)
  22. rake aborted!
  23. An error has occurred, this and all later migrations canceled:
  24.  
  25. Command failed with status (1): [rake trisano:ee:load_defaults...]
  26.  
  27. (See full trace by running task with --trace)
  28. rake aborted!
  29. Command failed with status (1): [/home/jdee/.rvm/rubies/ree-1.8.7-2010.02/b...]
  30.  
  31. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment