Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d666b17

Browse files
committed
Update indexes.
1 parent 81279c8 commit d666b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (config.DYNAMODB.IS_LOCAL === 'true') {
2323

2424
dynamoose.setDefaults({
2525
create: true,
26-
update: false,
26+
update: true,
2727
});
2828

2929
const models = {};

0 commit comments

Comments
 (0)