mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Mark table key as modified after editing its contained column names, so such changes get posted to the server when clicking "Save". Fixes issue #3144.
This commit is contained in:
@ -1691,6 +1691,7 @@ begin
|
||||
end;
|
||||
1: TblKey.SubParts[Node.Index] := NewText;
|
||||
end;
|
||||
TblKey.Modified := True;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user