Remove path requirement from basis and project in state
This commit is contained in:
parent
ff973e380c
commit
e9c3494778
@ -275,7 +275,7 @@ func basisIndexSchema() *memdb.TableSchema {
|
||||
},
|
||||
basisIndexPathIndexName: {
|
||||
Name: basisIndexPathIndexName,
|
||||
AllowMissing: false,
|
||||
AllowMissing: true,
|
||||
Unique: true,
|
||||
Indexer: &memdb.StringFieldIndex{
|
||||
Field: "Path",
|
||||
|
||||
@ -347,7 +347,7 @@ func projectIndexSchema() *memdb.TableSchema {
|
||||
},
|
||||
projectIndexPathIndexName: {
|
||||
Name: projectIndexPathIndexName,
|
||||
AllowMissing: false,
|
||||
AllowMissing: true,
|
||||
Unique: true,
|
||||
Indexer: &memdb.StringFieldIndex{
|
||||
Field: "Path",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user