Fixes a regression in d2719420f4. Resolves #2458 Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
d2719420f4
This fixes a regression introduced in d2719420f4. The order of relColumns in the schema cache is now consistently matching the order of columns in foreign key definitions. Resolves #2518 Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
* refactor: move ApiRequest a top-level module * refactor: rename DbStructure to SchemaCache * refactor: GucHeader inside Response * refactor: admin app to Workers