Merge "Preserve change creation time on project renames"
This commit is contained in:
commit
b77040b38f
@ -318,7 +318,7 @@ To rename a project:
|
||||
where project_name = "openstack/OLD";
|
||||
|
||||
update changes
|
||||
set dest_project_name = "openstack/NEW"
|
||||
set dest_project_name = "openstack/NEW", created_on = created_on
|
||||
where dest_project_name = "openstack/OLD";
|
||||
|
||||
#. Move both the git repository and the mirror on
|
||||
|
Loading…
x
Reference in New Issue
Block a user