Re: CVS ltp

From: Martin Schulze (joey@infodrom.org)
Date: Fri May 10 2002 - 23:59:06 CEST


Erik Tews wrote:
> On Fri, May 10, 2002 at 05:40:02PM +0200, CVS User joey wrote:
> > Update of /var/cvs/ltev/ltp
> > In directory luonnotar:/tmp/cvs-serv12673
> >
> > Modified Files:
> > scheme.sql
> > Log Message:
> > Mistakenly used name instead of person, like done for other tables
> >
> > --- /var/cvs/ltev/ltp/scheme.sql 2002/05/08 00:07:50 1.29
> > +++ /var/cvs/ltev/ltp/scheme.sql 2002/05/10 15:40:01 1.30
> > @@ -215,7 +215,7 @@
> > -- GRANT ALL on "supplies" to "joey";
> >
> > CREATE TABLE availability (
> > - name TEXT NOT NULL references person(name),
> > + person TEXT NOT NULL references person(name),
> > starttime TIMESTAMP without time zone NOT NULL,
> > endtime TIMESTAMP without time zone NOT NULL,
> > comment TEXT
>
> Also, das muss man aber noch in den ganzen WML-Dateien abändern, die
> gehen auch noch von name aus.

Hmm, welche denn noch? Zwei habe ich bereits gefunden... Mehr kann
ich nicht parallel ueberarbeiten... aber generell hast Du natuerlich
recht.

Gruesse,

        Joey

-- 
Those who don't understand Unix are condemned to reinvent it, poorly.



This archive was generated by hypermail 2.1.3 : Sat May 11 2002 - 00:12:13 CEST