Update erpnext/patches/auto_indent.py
diff --git a/erpnext/patches/auto_indent.py b/erpnext/patches/auto_indent.py
index 1b5bbcf..2c7392f 100644
--- a/erpnext/patches/auto_indent.py
+++ b/erpnext/patches/auto_indent.py
@@ -3,6 +3,6 @@
from webnotes.modules.module_manager import reload_doc
reload_doc('setup', 'doctype', 'manage_account')
reload_doc('stock', 'doctype', 'item')
- webnotes.conn.sql("alter table `tabSandbox` drop column `minimum_inventory_level`")
+ webnotes.conn.sql("alter table `tabItem` drop column `minimum_inventory_level`")
webnotes.conn.sql("update `tabItem` set re_order_level = ifnull(re_order_level,min_order_qty) ")
\ No newline at end of file