From fc068372e78902f0a61318faf0d3e8810c443027 Mon Sep 17 00:00:00 2001
From: Adrian Bartkowiak <adrian.bartkowiak@ez.no>
Date: Wed, 30 Nov 2016 15:41:30 +0100
Subject: [PATCH] EZS-1139 Home content object has missing data on studio-clean

---
 Resources/sql/cleandata.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Resources/sql/cleandata.sql b/Resources/sql/cleandata.sql
index 0ff4e95..77f0f7d 100644
--- a/Resources/sql/cleandata.sql
+++ b/Resources/sql/cleandata.sql
@@ -18,4 +18,6 @@ INSERT INTO `ezcontentobject_name` VALUES ('eng-GB',1,52,2,'Home','eng-GB');
 
 INSERT INTO `ezcontentobject_version` VALUES (52,1442481742,14,512,2,3,1442481743,1,0,1,0);
 
+INSERT INTO `ezcobj_state_link` VALUES (52,1);
+
 UPDATE `ezcontentobject_tree` SET contentobject_id=52, contentobject_version=1, path_identification_string='', remote_id='f3e90596361e31d496d4026eb624c983' WHERE path_string='/1/2/';
