fukamachi / mito

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

Fix issue in initial migration. #118

Closed svetlyak40wt closed 2 years ago

svetlyak40wt commented 2 years ago

Also pg_advisory_lock call was updated for the latest cl-dbi. This closes issue #115

fukamachi commented 2 years ago

Thanks!