This commit is contained in:
Rushabh Mehta
2014-03-27 16:12:56 +05:30
parent 66d52b55c0
commit d2b34dc30c
214 changed files with 898 additions and 973 deletions

View File

@@ -4,15 +4,10 @@
from __future__ import unicode_literals
import frappe
from frappe.model import db_exists
from frappe.model.bean import copy_doclist
from frappe.model.document import Document
class DocType:
def __init__(self,d,dl):
self.doc, self.doclist = d, dl
class Feed(Document):
pass
def on_doctype_update():
if not frappe.db.sql("""show index from `tabFeed`