mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
parent
9d7190d692
commit
bb6b337be3
@ -19,8 +19,8 @@ var should = require('should'),
|
||||
*/
|
||||
describe('DB version integrity', function () {
|
||||
// Only these variables should need updating
|
||||
const currentSchemaHash = 'fda0398e93a74b2dc435cb4c026679ba';
|
||||
const currentFixturesHash = 'c7b485fe2f16517295bd35c761129729';
|
||||
const currentSchemaHash = '6b747746e8bcaa9532b69a2f72d0d577';
|
||||
const currentFixturesHash = 'd8e9f2d22a7c0714b301ad26bb735729';
|
||||
|
||||
// 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…
Reference in New Issue
Block a user