diff options
author | Erik Johnston <erikj@jki.re> | 2018-01-17 14:59:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 14:59:44 +0000 |
commit | 2fb3a28c9894f2cd1ed2ba3404a519d0bbd754cc (patch) | |
tree | 6277b1160c5ee9df95ea2d067cdab1ab726edf3c /synapse/storage | |
parent | Update last access time when thumbnails are viewed (diff) | |
download | synapse-2fb3a28c9894f2cd1ed2ba3404a519d0bbd754cc.tar.xz |
Remove lost comment
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/schema/delta/47/last_access_media.sql | 3 |
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; |