Skip to content

Commit

Permalink
standards db table ref hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Polyterative committed Dec 1, 2023
1 parent f77a94f commit e51137f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/app/features/backend/supabase.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,12 +634,12 @@ export class SupabaseService {
// a(*,module:modules!moduleOUTs_moduleId_fkey(*, ${ this.queryJoins.manufacturer })),

manufacturer: 'manufacturer:manufacturerId(name,id,logo)',
standard: 'standard:standard!modules_standards_id_fk(name,id)',
standard: 'standard:standards!modules_standards_id_fk(name,id)',
patch: 'patch:patches!patch_connections_patchid_fkey(*)',
author: 'author:authorid(username,id,email)',
rack: 'rack:rackid(*,author:authorid(username,id,email))',
rack_modules: 'rackModules:rackid(*)',
module_fk_rackmodules: 'module:modules!rack_modules_moduleid_fkey(id,name,hp,manufacturer:manufacturerId(name,id),standard:standard!modules_standards_id_fk(name,id),panels:module_panels!module_panels_moduleid_fkey(*)))',
module_fk_rackmodules: 'module:modules!rack_modules_moduleid_fkey(id,name,hp,manufacturer:manufacturerId(name,id),standard:standards!modules_standards_id_fk(name,id),panels:module_panels!module_panels_moduleid_fkey(*)))',
// module: 'module:moduleid(*,manufacturer:manufacturerId(name,id,logo))',
module_tags: `tags:${ this.paths.module_tags }(tag:${ this.paths.tags }(*))`,
module_panels: `panels:${ this.paths.module_panels }!module_panels_moduleid_fkey(*)`,
Expand Down
8 changes: 4 additions & 4 deletions src/build.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Build information, automatically generated by `ng-info`
const build = {
version: "4.0.2",
timestamp: "Fri Dec 01 2023 09:36:56 GMT+0100 (Ora standard dell’Europa centrale)",
timestamp: "Fri Dec 01 2023 09:46:06 GMT+0100 (Ora standard dell’Europa centrale)",
message: null,
git: {
user: null,
user: "Polyterative",
branch: "develop",
hash: "6062ee",
fullHash: "6062ee73cb6b275384bfec89f9b95a5dc1f6041a"
hash: "f77a94",
fullHash: "f77a94f45e4d5d55f8bbbcadb3e7d22db9061c9d"
}
};

Expand Down

0 comments on commit e51137f

Please sign in to comment.