Remove lost comment

This commit is contained in:
Erik Johnston 2018-01-17 14:59:44 +00:00 committed by GitHub
parent 300edc2348
commit 2fb3a28c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;