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:
parent
39688cef07
commit
82e022b582
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue