ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

`Notes` view for `PhoneNumber` raises an error. #81

Closed AI-Mozi closed 11 months ago

AI-Mozi commented 11 months ago

Show view for PhoneNumber model raises an SQLite3::SQLException: no such column: ronin_notes.phone_number_id.

AI-Mozi commented 11 months ago

Hmm.. it might be a problem for my local development env.

Or not? 😅

postmodern commented 11 months ago

@AI-Mozi create re-migrating your database. The column should be added in migration 0044_create_ronin_notes_table.rb.

postmodern commented 11 months ago

This appears to be fixed now.