mirror of
https://github.com/strapi/strapi.git
synced 2025-08-02 22:07:11 +00:00
fix: remove related relation from stages CT
This commit is contained in:
parent
e424ea5aaf
commit
ddc3c98c25
@ -31,11 +31,6 @@ module.exports = {
|
|||||||
inversedBy: 'stages',
|
inversedBy: 'stages',
|
||||||
configurable: false,
|
configurable: false,
|
||||||
},
|
},
|
||||||
related: {
|
|
||||||
type: 'relation',
|
|
||||||
relation: 'morphToMany',
|
|
||||||
configurable: false,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user