Closed teodorlu closed 3 weeks ago
Also wanted to say that I'm learning a lot working through a migration setup in my project. I really appreciate Ragtime giving me the core concepts, rather than a pre-packaged migration setup for a specific database. Thanks for making this!
Thanks for the report, and sorry for the delay in getting around to fixing it. The documentation has now been corrected.
Reading https://github.com/weavejester/ragtime/wiki/Concepts, I see this:
When I tried running
(ragtime/applied-migrations db)
in my own project, I got this error:Reading the ragtime source, I see that
ragtime.core/applied-migrations
takes two arguments, a store and an index: