diff --git a/core/server/data/schema/fixtures/fixtures.json b/core/server/data/schema/fixtures/fixtures.json index d5827fc5a0..1ea1247f4c 100644 --- a/core/server/data/schema/fixtures/fixtures.json +++ b/core/server/data/schema/fixtures/fixtures.json @@ -450,7 +450,7 @@ }, { "name": "Delete snippets", - "action_type": "delete", + "action_type": "destroy", "object_type": "snippet" } ] diff --git a/test/unit/data/schema/integrity_spec.js b/test/unit/data/schema/integrity_spec.js index 7a5cb0921f..bdba693705 100644 --- a/test/unit/data/schema/integrity_spec.js +++ b/test/unit/data/schema/integrity_spec.js @@ -33,7 +33,7 @@ const defaultSettings = require('../../../../core/server/data/schema/default-set describe('DB version integrity', function () { // Only these variables should need updating const currentSchemaHash = 'c4de64f1c1114eb8b05c7473e3adc29e'; - const currentFixturesHash = '3f99425b6349553ee246b14f3b24c9f8'; + const currentFixturesHash = 'd46d696c94d03e41a5903500547fea77'; const currentSettingsHash = 'c8daa2c9632bb75f9d60655de09ae3bd'; const currentRoutesHash = '3d180d52c663d173a6be791ef411ed01';