mirror of
https://github.com/directus/directus.git
synced 2026-02-11 19:55:05 -05:00
* Emit action events with updated schema * Fix collections service consistency * Pass action event upstream for createMany item * Pass action event upstream when processing payload * Skip unnecessary retrival of updated schema * Fix folder tests * Fields service consistency * Prevent duplicate cache clearing when deleting fields * Add tests_extensions_log table * Update collections crud tests * Add fields crud tests * Add action verify schema tests * Bypass system cache purge in relations service * Bypass system cache purge in nested field deletion * Update source for consistency when creating from collection
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
exports.seed = async function (knex) {
|
|
await knex('tests_extensions_log').del();
|
|
};
|