0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed db integrity test

This commit is contained in:
Rish 2019-11-04 13:26:21 +07:00
parent 39688cef07
commit 82e022b582

View file

@ -19,7 +19,7 @@ var should = require('should'),
*/
describe('DB version integrity', function () {
// Only these variables should need updating
const currentSchemaHash = '09ab28b8a18dc7f7f4fb5dbd5ccc10ac';
const currentSchemaHash = 'b76727048bd7851cb9fbfbefc9b00745';
const currentFixturesHash = '59714063fa30b2f3fbfc929551b3c1e5';
// If this test is failing, then it is likely a change has been made that requires a DB version bump,