s-andrews/sierra

Allow file attachments to notes

Closed this issue · 1 comments

Adding a single file per note is sufficient.

We'll need this code to be run on the database:

alter table sample_note add column filename varchar(200);