mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
41ac06959e
Summary: Ref T988. This brings the class/interface atomizer over. A lot of parts of this are still varying degrees of very-rough, but most of the data ends up in approximatley the right place. ALSO: PROGRESS BARS Test Plan: See screenshots. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T988 Differential Revision: https://secure.phabricator.com/D6817
5 lines
179 B
SQL
5 lines
179 B
SQL
ALTER TABLE {$NAMESPACE}_diviner.diviner_livesymbol
|
|
ADD nodeHash VARCHAR(64) COLLATE utf8_bin;
|
|
|
|
ALTER TABLE {$NAMESPACE}_diviner.diviner_livesymbol
|
|
ADD UNIQUE KEY (nodeHash);
|