fukamachi / mito

An ORM for Common Lisp with migrations, relationships and PostgreSQL support
284 stars 31 forks source link

Change the type of schema versions from VARCHAR to BIGINT. #140

Closed fukamachi closed 3 months ago

fukamachi commented 3 months ago

Make some changes to schema_migrations table.

If schema_migrations table already exists, it'll be migrated automatically in Mito.

Note