Files
directus/api
José Varela 4548893c4d API / Migrations: Fix drop foreign key if have a different name (#23253)
* Fix drop foreign key if have a different name

* Improve memory usage
Variables are only defined within try block

* Add changeset

* Target "role" column
Since users can create custom fields in directus tables and since someone may have tried to create another field to directus_roles, let's specify which column

* Fix formatting

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2024-08-08 12:52:21 -04:00
..