https://bugzilla.wikimedia.org/show_bug.cgi?id=34925
--- Comment #4 from Pawan Seerwani <[email protected]> --- Comment on attachment 14409 --> https://bugzilla.wikimedia.org/attachment.cgi?id=14409 Code for migration of the fields archive.ar_text and archive.ar_flags from archive table to text table As I understand, the archive.ar_text and archive.ar_flags are to be migrated to text.old_text and text.old_flags I have added the first version of patch for the migration. Do comment on it. Further questions : 1. Should I delete the corresponding fields of the migrated entries from the archives table. Edit : I now realize that archive.ar_id should be migrated to text.old_id as well.I will do it in the next patch. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
