There should be one and only one…

…migration subclass in Sequel migration files.

If you combine multiple migration subclasses in one file you get an uncomprehensible exception like this one:

org/sqlite/DB.java:275:in `execute': NativeException: java.sql.SQLException: schema_info.version may not be NULL (Sequel::DatabaseError)

Comments are closed.