mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
6 lines
221 B
MySQL
6 lines
221 B
MySQL
|
ALTER TABLE {$NAMESPACE}_repository.repository_pushlog
|
||
|
ADD pushEventPHID VARCHAR(64) NOT NULL COLLATE utf8_bin AFTER epoch;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_repository.repository_pushlog
|
||
|
ADD KEY `key_event` (pushEventPHID);
|