delete records in child table where parent is missing or parent is like
old_par%
This commit is contained in:
@@ -452,4 +452,9 @@ patch_list = [
|
||||
'patch_file': 'alter_tabsessions',
|
||||
'description': "alter tabsessions to change user column definition"
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.june_2012',
|
||||
'patch_file': 'delete_old_parent_entries',
|
||||
'description': "delete entries of child table having parent like old_par%% or ''"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user