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 `PersonalPhoneNumber` model #97

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Add a PersonalPhoneNumber model that associates a PhoneNumber with a Person.

adarsh-jha-dev commented 1 year ago

Hey @postmodern , could you please assign this issue to me too?

postmodern commented 1 year ago

@adarsh-jha-dev this issue is already assigned to me and marked as In Progress; I already have the file written.

adarsh-jha-dev commented 1 year ago

@adarsh-jha-dev this issue is already assigned to me and marked as In Progress; I already have the file written.

Ok Ok, no issues

postmodern commented 11 months ago

Implemented in 204e8d1 and merged into the 0.2.0 branch.