mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
3 lines
104 B
MySQL
3 lines
104 B
MySQL
|
ALTER TABLE {$NAMESPACE}_file.file_imagemacro
|
||
|
ADD authorPHID VARCHAR(64) COLLATE utf8_bin AFTER phid;
|