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

Update indexes. #306

Merged
merged 1 commit into from
Mar 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update indexes.
afrisalyp committed Mar 27, 2020
commit d666b1734a54a80d837f6a419db68675168fcb77
2 changes: 1 addition & 1 deletion src/models/index.js
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ if (config.DYNAMODB.IS_LOCAL === 'true') {

dynamoose.setDefaults({
create: true,
update: false,
update: true,
});

const models = {};