[patches] [fix] fixed an old patch
diff --git a/patches/april_2013/p05_update_file_data.py b/patches/april_2013/p05_update_file_data.py
index abf9985..39449a6 100644
--- a/patches/april_2013/p05_update_file_data.py
+++ b/patches/april_2013/p05_update_file_data.py
@@ -13,9 +13,6 @@
 		if doctype in singles:
 			update_file_list(doctype, singles)
 		
-		webnotes.conn.sql("""delete from tabDocField where fieldname='file_list'
-				and parent=%s""", doctype)
-		
 		# export_to_files([["DocType", doctype]])
 		
 def get_single_doctypes():