mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Updated fixture post content
no issue - Organising your content From: Here, the theme would assign the post publicly displayed tags of Blog - but it would also keep a private record of the post being tagged with #video. To: Here, the theme would assign the post publicly displayed tags of News - but it would also keep a private record of the post being tagged with #video.
This commit is contained in:
parent
f49073a8ec
commit
fd8502448a
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,7 @@ var should = require('should'),
|
|||
describe('DB version integrity', function () {
|
||||
// Only these variables should need updating
|
||||
var currentSchemaHash = '22d24b1de23d118b90e9547fefae5ad7',
|
||||
currentFixturesHash = '9acae8a4762c3bc2ee8171198f3fc9a1';
|
||||
currentFixturesHash = 'eab42b1e9cd754e76600f1c57c4a7af8';
|
||||
|
||||
// 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