pbogre / jetlog

Personal flight tracker and viewer
https://github.com/pbogre/jetlog
GNU General Public License v2.0
177 stars 7 forks source link

Add field for notes #21

Closed pbogre closed 1 month ago

pbogre commented 1 month ago

Database column name: notes

UI input: textarea

This change requires adding a check when connecting to the database, to make sure that all needed columns are present, and if they're not the ALTER TABLE such that they are.