Skip to content

Commit 6544cdd

Browse files
committed
main
1 parent 7009b16 commit 6544cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/infrastructure/mongodb/models

src/infrastructure/mongodb/models/Plan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const PlanSchema: Schema<PlanDocument> = new Schema<PlanDocument>(
295295
},
296296
dxf_version: {
297297
type: String,
298-
default: 'R2010',
298+
default: 'R2000',
299299
},
300300
deleted: {
301301
type: Boolean,

0 commit comments

Comments
 (0)