mathesar icon indicating copy to clipboard operation
mathesar copied to clipboard

Refresh constraints store after deleting a column

Open seancolsen opened this issue 1 year ago • 0 comments

Reproduce

  1. Set up an FK column (including the constraint).
  2. Delete the column.
  3. Observed that the columns and records stores are refreshed but not the constraints store.
  4. Expect the constraints store to be updated too, showing that the FK constraint was removed when the column was deleted.

seancolsen avatar Jul 22 '22 14:07 seancolsen