Nabin Hait
13 years ago
2 changed files with 3 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||
def execute(): |
|||
import webnotes |
|||
from webnotes.model import delete_doc |
|||
|
|||
webnotes.conn.sql("update `tabDocType` set module = 'Utilities' where name in ('Question', 'Answer')") |
|||
delete_doc('Module Def', 'Knowledge Base') |
|||
|
@ -1,3 +1,5 @@ |
|||
def execute(): |
|||
import webnotes |
|||
webnotes.conn.commit() |
|||
webnotes.conn.sql("alter table __CacheItem modify `value` longtext") |
|||
webnotes.conn.begin() |
|||
|
Loading…
Reference in new issue