mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-11 02:13:41 +09:00
GO-4823 Merge feature branch
This commit is contained in:
commit
d06b02bb21
110 changed files with 4860 additions and 2903 deletions
|
@ -64,7 +64,7 @@ func listAllTypesAndRelations(store dependencies.QueryableStore) (map[string]*do
|
|||
records, err := store.Query(database.Query{
|
||||
Filters: []database.FilterRequest{
|
||||
{
|
||||
RelationKey: bundle.RelationKeyLayout,
|
||||
RelationKey: bundle.RelationKeyResolvedLayout,
|
||||
Condition: model.BlockContentDataviewFilter_In,
|
||||
Value: domain.Int64List([]model.ObjectTypeLayout{model.ObjectType_objectType, model.ObjectType_relation}),
|
||||
},
|
||||
|
|
|
@ -24,7 +24,7 @@ func TestMigration_Run(t *testing.T) {
|
|||
{
|
||||
bundle.RelationKeySpaceId: domain.String("space1"),
|
||||
bundle.RelationKeyRelationFormat: domain.Int64(int64(model.RelationFormat_object)),
|
||||
bundle.RelationKeyLayout: domain.Int64(int64(model.ObjectType_relation)),
|
||||
bundle.RelationKeyResolvedLayout: domain.Int64(int64(model.ObjectType_relation)),
|
||||
bundle.RelationKeyId: domain.String("id1"),
|
||||
bundle.RelationKeyIsHidden: domain.Bool(true), // bundle = false
|
||||
bundle.RelationKeyRevision: domain.Int64(1), // bundle = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue