mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated fixture integrity hash
no-issue
This commit is contained in:
parent
055f129059
commit
9a3bd55886
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ var should = require('should'),
|
|||
describe('DB version integrity', function () {
|
||||
// Only these variables should need updating
|
||||
const currentSchemaHash = '09ab28b8a18dc7f7f4fb5dbd5ccc10ac';
|
||||
const currentFixturesHash = '9e3a7f71cab98f3fb8504d1f234b503d';
|
||||
const currentFixturesHash = 'a15f00c333f207418952a9559fc3239f';
|
||||
|
||||
// If this test is failing, then it is likely a change has been made that requires a DB version bump,
|
||||
// and the values above will need updating as confirmation
|
||||
|
|
Loading…
Add table
Reference in a new issue