mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-28 19:43:51 -06:00
Fixed an issue where vacuum options not consider in Schema Diff. It's a regression.
This commit is contained in:
parent
ffb829e80c
commit
1bc1ef7f17
@ -1272,6 +1272,9 @@ class TableView(BaseTableView, DataTypeReader, VacuumSettings,
|
||||
if status:
|
||||
data = res['rows'][0]
|
||||
|
||||
# Update autovacuum properties
|
||||
self.update_autovacuum_properties(data)
|
||||
|
||||
sql, partition_sql = BaseTableView.get_reverse_engineered_sql(
|
||||
self, did=did, scid=scid, tid=tid, main_sql=main_sql,
|
||||
data=data, json_resp=json_resp)
|
||||
|
Loading…
Reference in New Issue
Block a user