mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Merge pull request #4005 from ErisDS/dbhash-first-run
Fixes the first run messages
This commit is contained in:
commit
d93bf82795
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ function parseDefaultSettings() {
|
|||
setting.type = categoryName;
|
||||
setting.key = settingName;
|
||||
|
||||
// Special case for dbHash
|
||||
if (setting.key === 'dbHash' && setting.defaultValue === null) {
|
||||
setting.defaultValue = uuid.v4();
|
||||
}
|
||||
|
||||
defaultSettingsFlattened[settingName] = setting;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue