Refactor migrations to update foreign key constraints
- Removed the migration file
1726926525946-author_drep_fk.ts
that added foreign key constraints to thenote
table for theauthor
anddrep
columns. - Renamed the column
note_tag
totag
in thenote
table using the migration file1726933864900-rename_notetag_to_note.ts
.