ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add a method to determine if the database needs migrating up #3

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Add a method to determine if the database has pending migrations that need to be ran. This will allow any ronin-db commands to warn the user that migrations are necessary.