Skip to content

Commit c606937

Browse files
committed
Remove infra Id
1 parent c493ed5 commit c606937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/infra.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import connector from "#models/databaseUtil";
22

33
const infrastructureSchema = {
4-
infraID: { type: Number, unique: true, required: true },
54
infraName: { type: String, required: true },
65
infraType: { type: String, required: true },
76
infraWing: { type: String, required: true },

0 commit comments

Comments
 (0)