Page MenuHomePhabricator

Migrate RefCursor data to RefPosition table
ClosedPublic

Authored by epriestley on Sep 15 2017, 3:28 PM.
Tags
None
Referenced Files
F15491361: D18612.id44692.diff
Sat, Apr 12, 2:30 AM
F15472164: D18612.id44692.diff
Sat, Apr 5, 11:11 AM
F15464285: D18612.id44683.diff
Wed, Apr 2, 8:10 AM
F15462453: D18612.id44683.diff
Tue, Apr 1, 3:12 PM
F15443195: D18612.id44692.diff
Thu, Mar 27, 2:57 AM
F15436213: D18612.id.diff
Tue, Mar 25, 12:40 PM
F15429768: D18612.diff
Mon, Mar 24, 4:11 AM
F15419903: D18612.id44692.diff
Fri, Mar 21, 9:48 AM
Subscribers
None

Details

Summary

Ref T11823. This populates the new RefPosition table based on the existing RefCursor table, and deletes now-duplicate rows in the RefCursor table so the next change can add a unique key.

This change is not standalone, and there need to be separate code updates. I have a rough version of that written, but this migration needs to happen first to test it.

I'll hold this whole series of changes until after the release cut and until the code is updated.

Test Plan

Ran migration, spot-checked database tables. Saw redundant rows remove and correct-looking rows populated into the new RefPosition table.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable