From d389ceed6cc44c54c971da4bb8538850a0fb0672 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 27 Oct 2013 22:04:59 -0700 Subject: Schema change - add channel_dirdate so we can ping a directory server once a month which means we can find dead channels - because they won't be pinging the directory server once a month. --- install/update.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'install/update.php') diff --git a/install/update.php b/install/update.php index 74134f260..07a773f68 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ Date: Wed, 30 Oct 2013 01:58:45 -0700 Subject: allow zot public providers to list their location, as a non US-based server could be a strong selling point. --- install/update.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'install/update.php') diff --git a/install/update.php b/install/update.php index 07a773f68..53d487f91 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ Date: Wed, 6 Nov 2013 17:27:51 -0800 Subject: DB - allow private messages to expire --- install/update.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'install/update.php') diff --git a/install/update.php b/install/update.php index 53d487f91..e1fd8c7a4 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@