Skip to content

Refactor migrations to update foreign key constraints

Darlington Wleh requested to merge dev into main
  • Removed the migration file 1726926525946-author_drep_fk.ts that added foreign key constraints to the note table for the author and drep columns.
  • Renamed the column note_tag to tag in the note table using the migration file 1726933864900-rename_notetag_to_note.ts.

Merge request reports

Loading