mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Move sortField to relationship setup (#4304)
* Add migration * Add sort field to relation types * Remove sortfield options in favor of relationship * Add sort field configuration to relational setup * Save m2a sortfield on the correct row * Add default sort field to system data
This commit is contained in:
@@ -11,4 +11,7 @@ export type Relation = {
|
||||
|
||||
one_collection_field: string | null;
|
||||
one_allowed_collections: string | null;
|
||||
|
||||
junction_field: string | null;
|
||||
sort_field: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user