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

Commit 680db40

Browse files
authored
Merge pull request #306 from afrisalyp/develop
Update indexes.
2 parents 0c9e743 + d666b17 commit 680db40

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)