mirror of
https://github.com/directus/directus.git
synced 2026-02-08 10:35:12 -05:00
* 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
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
exports.seed = async function (knex) {
|
|
await knex('tests_flow_data').del();
|
|
await knex('tests_flow_completed').del();
|
|
};
|