mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
we don't need _keys fields when we're migrating
https://molecula.atlassian.net/browse/FB-1085
This commit is contained in:
parent
2ef39fdc9c
commit
821c6bd2ec
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ func BuildSchema(dataDir string) ([]byte, error) {
|
|||
}
|
||||
|
||||
field := t[2]
|
||||
if field != "_exists" {
|
||||
if field != "_exists" && field != "_keys" {
|
||||
fi, err := pilosa.UnmarshalFieldOptions(field, CTimeNano(stat), content)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue