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

June 16 deploy #28

Merged
merged 4 commits into from
Jun 16, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Cleanup indices.
  • Loading branch information
afrisalyp committed Jun 7, 2021
commit ab63f9066040c800540813030eda70fc4d374f61
8 changes: 1 addition & 7 deletions models/Project.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ const schema = new Schema({
title: {type: String, required: true},
tcDirectId: {
type: Number,
required: true,
index: {
global: true,
rangeKey: 'id',
project: true,
name: 'TcDirectIdIndex'
}
required: true
},
repoUrl: {type: String, required: true},
repoId: {type: String, required: false},
Expand Down