Skip to content

Commit

Permalink
HPC-9142: Remove entitiesAssociation model
Browse files Browse the repository at this point in the history
  • Loading branch information
enxtur committed May 17, 2024
1 parent 4e52ea1 commit 72d9126
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions src/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import emergency from './models/emergency';
import emergencyLocation from './models/emergencyLocation';
import endpointLog from './models/endpointLog';
import endpointUsage from './models/endpointUsage';
import entitiesAssociation from './models/entitiesAssociation';
import entityPrototype from './models/entityPrototype';
import expiredData from './models/expiredData';
import externalData from './models/externalData';
Expand Down Expand Up @@ -141,7 +140,6 @@ const initializeTables = (conn: Knex) => ({
emergencyLocation: emergencyLocation(conn),
endpointLog: endpointLog(conn),
endpointUsage: endpointUsage(conn),
entitiesAssociation: entitiesAssociation(conn),
entityPrototype: entityPrototype(conn),
expiredData: expiredData(conn),
externalData: externalData(conn),
Expand Down
17 changes: 0 additions & 17 deletions src/db/models/entitiesAssociation.ts

This file was deleted.

0 comments on commit 72d9126

Please sign in to comment.