This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2024-11-10 08:52:39 +01:00
Code
Issues
Releases
Wiki
Activity
0af80c1d90
phorge-phorge
/
resources
/
sql
/
patches
/
20130215.phabricatorfileaddttl.sql
4 lines
101 B
MySQL
Raw
Normal View
History
Unescape
Escape
Various linter fixes. Summary: - Removed trailing newlines. - Added newline at EOF. - Removed leading newlines. - Trimmed trailing whitespace. - Spelling fix. - Added newline at EOF Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: hach-que, chad, Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8344
2014-02-26 21:44:58 +01:00
ALTER
TABLE
{
$
NAMESPACE
}
_file
.
file
ADD
ttl
INT
(
10
)
UNSIGNED
DEFAULT
NULL
,
Allow files to TTL and and be garbage collected Summary: Added ttl field to files. Gabage collect files with expired ttl Test Plan: created file with a ttl. Let garbage collector run Reviewers: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4987
2013-02-20 22:33:47 +01:00
ADD
KEY
key_ttl
(
ttl
)
;
Copy permalink