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

Make `ServiceCredential` into a join model #16

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Change ServiceCredential to be a join model between Credential and OpenPort. This will allow associating the same credential pair (ex: user:password or email:password) with multiple services.

postmodern commented 2 years ago

Implemented by 962d17e.