summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2018-01-17 14:59:44 +0000
committerGitHub <noreply@github.com>2018-01-17 14:59:44 +0000
commit2fb3a28c9894f2cd1ed2ba3404a519d0bbd754cc (patch)
tree6277b1160c5ee9df95ea2d067cdab1ab726edf3c
parentUpdate last access time when thumbnails are viewed (diff)
downloadsynapse-2fb3a28c9894f2cd1ed2ba3404a519d0bbd754cc.tar.xz
Remove lost comment
-rw-r--r--synapse/storage/schema/delta/47/last_access_media.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/storage/schema/delta/47/last_access_media.sql b/synapse/storage/schema/delta/47/last_access_media.sql
index bc754ac861..f505fb22b5 100644
--- a/synapse/storage/schema/delta/47/last_access_media.sql
+++ b/synapse/storage/schema/delta/47/last_access_media.sql
@@ -13,7 +13,4 @@
  * limitations under the License.
  */
 
--- drop the unique constraint on deleted_pushers so that we can just insert
--- into it rather than upserting.
-
 ALTER TABLE local_media_repository ADD COLUMN last_access_ts BIGINT;