Page MenuHomePhabricator

Move task/project storage to edges
ClosedPublic

Authored by epriestley on Jul 6 2014, 3:09 PM.
Tags
None
Referenced Files
F13238788: D9850.id23621.diff
Tue, May 21, 9:13 PM
F13231993: D9850.diff
Tue, May 21, 12:55 AM
F13229925: D9850.id23641.diff
Mon, May 20, 7:42 PM
F13210874: D9850.diff
Fri, May 17, 5:18 AM
F13194404: D9850.diff
Sun, May 12, 9:32 PM
F13183059: D9850.id23643.diff
Fri, May 10, 6:37 AM
F13179272: D9850.diff
Wed, May 8, 9:04 PM
Unknown Object (File)
Tue, May 7, 5:36 AM
Subscribers

Details

Summary

Ref T5245. This moves the actual storage over and stops reads and writes to the old table.

Test Plan
  • Verified tasks retained projects across the migration.
  • Added and removed projects from tasks.
  • Searched for: all, any, users' projects, not-in-projects, no-projects.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Move task/project storage to edges.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: joshuaspence, chad, btrahan.
joshuaspence edited edge metadata.
joshuaspence added inline comments.
resources/sql/autopatches/20140706.pedge.1.sql
7

I guess that we can drop this table? (probably later though)

This revision is now accepted and ready to land.Jul 7 2014, 12:19 AM

Yeah, I'll nuke it at the end of the chain. I renamed it locally and haven't hit any surprises yet.

epriestley edited edge metadata.
  • Rebasing through...
  • Modern edgetype class names.
epriestley updated this revision to Diff 23932.

Closed by commit rPaa7953978975 (authored by @epriestley).