Beispiel #1
0
def switch_to_v4(upgrade=False):
	"Switch frappe and erpnext to v4 branch"
	from bench.app import switch_to_v4
	switch_to_v4(upgrade=upgrade)
	print
	print 'Switched to v4'
	print 'Please run `bench update --patch` to be safe from any differences in database schema'
Beispiel #2
0
def switch_to_v4(upgrade=False):
    "Switch frappe and erpnext to v4 branch"
    from bench.app import switch_to_v4
    switch_to_v4(upgrade=upgrade)
    print
    print 'Switched to v4'
    print 'Please run `bench update --patch` to be safe from any differences in database schema'