fix(db-tools): resolve REINDEX transaction error by executing directly via pg client, and dynamically support all database tables in integrity dashboard
This commit is contained in:
@@ -20,12 +20,7 @@ interface TableStatus {
|
||||
}
|
||||
|
||||
interface IntegrityData {
|
||||
tables: {
|
||||
profiles: TableStatus;
|
||||
end_customers: TableStatus;
|
||||
pos_modules: TableStatus;
|
||||
licenses: TableStatus;
|
||||
};
|
||||
tables: Record<string, TableStatus>;
|
||||
errors: {
|
||||
foreign_keys: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user