Guest User

Untitled

a guest
Apr 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. DataObjects::SQLError: ERROR: cannot drop table memories because other objects depend on it
  2. HINT: Use DROP ... CASCADE to drop the dependent objects too.
  3. (code: 16909442, sql state: 2BP01, query: DROP TABLE IF EXISTS "memories", uri: postgres://localhostmreel_test)
  4. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/adapters/data_objects_adapter.rb:72:in `execute_non_query'
  5. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/adapters/data_objects_adapter.rb:72:in `execute'
  6. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/adapters/data_objects_adapter.rb:287:in `with_connection'
  7. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/adapters/data_objects_adapter.rb:70:in `execute'
  8. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:162:in `destroy_model_storage'
  9. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:602:in `destroy_model_storage'
  10. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:635:in `without_notices'
  11. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:602:in `destroy_model_storage'
  12. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:1348:in `destroy_model_storage'
  13. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:1420:in `auto_migrate_down!'
  14. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:49:in `send'
  15. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:49:in `repository_execute'
  16. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/model/descendant_set.rb:33:in `each'
  17. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/model/descendant_set.rb:33:in `each'
  18. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:48:in `repository_execute'
  19. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:36:in `auto_migrate_down_without_constraints!'
  20. from /Users/williamsmith/.gems/gems/dm-constraints-0.10.2/lib/dm-constraints/migrations.rb:18:in `auto_migrate_down!'
  21. from /Users/williamsmith/.gems/gems/dm-core-0.10.2/lib/dm-core/migrations.rb:21:in `auto_migrate!'
Add Comment
Please, Sign In to add comment