Guest User

Untitled

a guest
Jun 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. [~/Sites/platform] $ rake db:init:domains
  2. (in /Users/eric/Sites/platform)
  3. Loading domains
  4. (in /Users/eric/Sites/platform)
  5. rake aborted!
  6. Mysql::Error: Unknown column 'long_url' in 'field list': INSERT INTO `domains` (`name`, `created_at`, `advisor_reference_singular`, `long_url`, `short_url`, `advice_seeker_reference_to_advisors_singular_possessive`, `updated_at`, `advice_seeker_reference_general_singular_article`, `advice_seeker_reference_general_singular`, `advisor_reference_singular_article`, `advice_seeker_reference_general_plural_possessive`, `advice_seeker_reference_general_plural`, `advisor_reference_plural_possessive`, `advisor_reference_plural`, `id`, `advice_seeker_reference_to_advisors_singular`, `advice_seeker_reference_general_singular_possessive`, `advice_seeker_reference_to_advisors_singular_article`, `advisor_reference_singular_possessive`, `advice_seeker_reference_to_advisors_plural_possessive`, `advice_seeker_reference_to_advisors_plural`) VALUES ('ingenio-net', '2009-07-09 13:25:42', 'advisor', '127.0.0.1:3000', '127.0.0.1', 'customer\'s', '2009-07-09 13:25:42', 'a', 'seeker', 'an', 'seekers\'', 'seekers', 'advisors\'', 'advisors', 2, 'customer', 'seeker\'s', 'a', 'advisor\'s', 'customers', 'customers')
  7.  
  8. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment