laserlemon / vestal_versions

Keep a DRY history of your ActiveRecord models' changes
MIT License
934 stars 229 forks source link

Table 'version' does not exist #79

Open majnu opened 12 years ago

majnu commented 12 years ago

Hi, I installed verstal versions as instructed and migrated the database. However, when I make a change to a versioned model I get:

Mysql2::Error: Table 'mydb_development.version' doesn't exist: SHOW FIELDS FROM version

The migration did create a table 'versions', but not 'version'.

What could be wrong?

Thanks, Majnu