I am trying to port ruby ββto a rails application from one machine to another and when I type Rake db: migrate gives the following error:
Mysql::Error: Table 'schema_migrations' already exists:
CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
what could be the possible reason ..?
source
share