Files
directus/tests/setup/seeds/07_tests_flow.js
Azri Kahar ad46bfef51 Fix graphql schema for m2o fields without permissions to related collection (#13015)
* fix graphql schema for m2o fields

* add e2e tests for graphql m2o & o2m

* remove unused code

* fix mariadb json error

* attempt to fix oracle

* possibly fix graphql m2o queries
2022-05-03 12:51:12 -04:00

5 lines
123 B
JavaScript

exports.seed = async function (knex) {
await knex('tests_flow_data').del();
await knex('tests_flow_completed').del();
};