Added patch to remove feed entries starting with "New"
This commit is contained in:
parent
8982272645
commit
56ab7e4bb3
@ -1,7 +1,7 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
|
||||
last_patch = 317
|
||||
last_patch = 318
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@ -1275,4 +1275,7 @@ def execute(patch_no):
|
||||
pass
|
||||
elif patch_no == 317:
|
||||
sql("update `tabPage` set name = 'profile-settings' where page_name = 'Profile Settings'")
|
||||
elif patch_no == 318:
|
||||
sql("delete from tabFeed where doc_name like 'New %'")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user