mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
4 lines
103 B
MySQL
4 lines
103 B
MySQL
|
ALTER TABLE {$NAMESPACE}_file.file
|
||
|
ADD ttl INT(10) UNSIGNED DEFAULT NULL,
|
||
|
ADD KEY key_ttl (ttl);
|