From 058d080a407c895316de52a18eb39b30ead7335c Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Fri, 8 Jun 2018 09:27:58 -0500 Subject: [PATCH] Fixing comments in ligoauth/migrations/0006 --- gracedb/ligoauth/migrations/0006_update_cwb_account.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gracedb/ligoauth/migrations/0006_update_cwb_account.py b/gracedb/ligoauth/migrations/0006_update_cwb_account.py index f4577f908..4f22adcb0 100644 --- a/gracedb/ligoauth/migrations/0006_update_cwb_account.py +++ b/gracedb/ligoauth/migrations/0006_update_cwb_account.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.5 on 2018-04-30 16:12 # -# This migration adds a new "emfollow" user which will be used for -# EM follow-up activities. The old EM follow-up accounts will be deactivated -# and their X509Certs will be deleted. +# This migration updates certificates for the waveburst (CWB) account +# and also updates the account e-mail from __future__ import unicode_literals -- GitLab