Re: [Debconf-team] blanking bank information from penta

2011-07-08 Thread Joerg Jaspert
On 12525 March 1977, Richard Darst wrote: > Right now I would just do the main database, not the log tables, > unless someone who knows more says that would be a good idea, too. Dont blank logs. -- bye, Joerg Some AM after a mistake: Sigh. One shouldn't AM in the early AM, as it were. __

Re: [Debconf-team] blanking bank information from penta

2011-06-29 Thread Richard Darst
On Wed, Jun 29, 2011 at 06:11:11PM -0500, Gunnar Wolf wrote: > In any case, if you do blank it, make sure we notify travel-sponsored > people to fetch and enter that information again. As moray pointed out, this isn't used for reimbursements anymore, and in fact attendees can't enter, change, or

Re: [Debconf-team] blanking bank information from penta

2011-06-29 Thread Gunnar Wolf
Richard Darst dijo [Tue, Jun 28, 2011 at 04:56:39PM -0400]: > And here is the code: > > BEGIN; > UPDATE person SET iban=NULL, bic=NULL, bank_name=NULL, account_owner=NULL; > COMMIT; > > To blank logs, too: > BEGIN; > UPDATE log.person SET iban=NULL, bic=NULL, bank_name=NULL, account_owner=NULL; >

Re: [Debconf-team] blanking bank information from penta

2011-06-29 Thread Gunnar Wolf
Richard Darst dijo [Tue, Jun 28, 2011 at 04:56:39PM -0400]: > On Tue, Jun 28, 2011 at 03:40:32PM -0400, Richard Darst wrote: > > > If people say "yes" I will make SQL code and get someone to apply it. > > And here is the code: > > BEGIN; > UPDATE person SET iban=NULL, bic=NULL, bank_name=NULL, a

Re: [Debconf-team] blanking bank information from penta

2011-06-28 Thread Richard Darst
On Tue, Jun 28, 2011 at 03:40:32PM -0400, Richard Darst wrote: > If people say "yes" I will make SQL code and get someone to apply it. And here is the code: BEGIN; UPDATE person SET iban=NULL, bic=NULL, bank_name=NULL, account_owner=NULL; COMMIT; To blank logs, too: BEGIN; UPDATE log.person SET

Re: [Debconf-team] blanking bank information from penta

2011-06-28 Thread Moray Allan
On Tue, Jun 28, 2011 at 8:40 PM, Richard Darst wrote: > Right now I would just do the main database, not the log tables, > unless someone who knows more says that would be a good idea, too. That sounds a good idea too, if it can be done safely. For most data we have plausible reasons to keep the

[Debconf-team] blanking bank information from penta

2011-06-28 Thread Richard Darst
Hi, For a while I have had the idea for blanking all the bank information in the penta database (via some sql code). This isn't used for anything anymore, and I bet that most attendees would be willing to enter it again in return for us not storing it. (It isn't even attendee-visible anymore, so