mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
6 lines
203 B
MySQL
6 lines
203 B
MySQL
|
ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildtarget
|
||
|
ADD dateStarted INT UNSIGNED NULL;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildtarget
|
||
|
ADD dateCompleted INT UNSIGNED NULL;
|