mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
e492c717c6
Summary: Ref T13077. Prepares for modern API access to document history using standard "v3" APIs. Test Plan: Ran migration, verified PHIDs appeared in the database. Created/edited a document, got even more PHIDs in the database. Maniphest Tasks: T13077 Differential Revision: https://secure.phabricator.com/D19092
2 lines
88 B
SQL
2 lines
88 B
SQL
ALTER TABLE {$NAMESPACE}_phriction.phriction_content
|
|
ADD phid VARBINARY(64) NOT NULL;
|