0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-12 06:09:07 +02:00

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;