Guest User

Untitled

a guest
Jan 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. kiela@rico:~/workspace/markeo$ bundle exec rake db:migrate
  2. WARNING: Global access to Rake DSL methods is deprecated. Please include
  3. ... Rake::DSL into classes and modules which use the Rake DSL methods.
  4. WARNING: DSL method Markeo::Application#task called at /home/kiela/workspace/markeo/rake/ruby/1.8/gems/railties-3.0.5/lib/rails/application.rb:214:in `initialize_tasks'
  5. == StiForContacts: migrating =================================================
  6. -- add_column(:contacts, :type, :string)
  7. rake aborted!
  8. An error has occurred, all later migrations canceled:
  9.  
  10. Mysql2::Error: Duplicate column name 'type': ALTER TABLE `contacts` ADD `type` varchar(255)
  11.  
  12. Tasks: TOP => db:migrate
  13. (See full trace by running task with --trace)
  14. kiela@rico:~/workspace/markeo$
Add Comment
Please, Sign In to add comment