phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] Re: how does setup work


From: Michael Dean
Subject: Re: [Phpgroupware-developers] Re: how does setup work
Date: 23 Jun 2003 19:22:36 -0500

It runs it for every upgrade version, but does NOT hit the database for
every call.  Only the internal array representing the schema is modified
until it has reached the version you are currently on.  From that point
forward, the functions modify the array and the database.  This is by
design, as it lets us establish a baseline schema (the earliest
upgradable version) and work with one set of functions for the process
to arrive at the current version.

On Mon, 2003-06-23 at 14:42, address@hidden wrote:
> I have tested this again on a very simple skeleton app and confirmed
> that setup runs all upgrade functions on each run. Can somebody
> confirm if this is a bug or the intended behaviour?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]