Kris,

I suppose you are the maintainer of this plugin.

Can you tell us your plan for this current thread ?

Other possibles improvements :
  - display migration currently being executed :
$this->diag('Executing UP : '.get_class($this)); or
$this->diag('Executing DOWN :' .get_class($this));
  - a remove column function : removeColumn($table, $column,
$ignoreError = false)
  - a drop table function :  public function dropTable($table)
  - a drop view function: public function dropView($table)

Thomas


On Thu, Aug 14, 2008 at 4:31 PM, Jacob Coby <[EMAIL PROTECTED]> wrote:
>
> That would be very cool.  It isn't always feasible to run the build-db
> task when adding a plugin.  It would be nice to be able to ./symfony
> migrate sfGuardPlugin instead of finding and running the generated sql
> file.
>
> Ideally, sfMigrationsLight would have database-agnostic migration
> commands instead of raw sql.  That would make it truly useful for
> plugin migrations.
>
> On Aug 14, 2008, at 10:16 AM, Kris Wallsmith wrote:
>
>>
>> Hm, I suppose plugins could establish abstract schema namespaces with
>> their own incrementing version number. That should allow plugins to
>> maintain independent migration tracks.
>>
>> Instead of having only one column and one row, the "schema_info" table
>> would add a unique namespace column and have many rows...
>>
>> Kris
>>
>> On Aug 14, 2008, at 3:33 AM, klemens_u <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> +1, it would be great to have this independently
>>>
>>> Klemens
>>>
>>> --
>>> ullright - opensource business webapp - workflow and more -
>>> http://www.ullright.org
>>>
>>>
>>> On Aug 14, 10:08 am, "Thomas Rabaix" <[EMAIL PROTECTED]> wrote:
>>>> Hello,
>>>>
>>>> I think the migration system should manage plugin migration
>>>> independently from the main projet. The idea behind is to easily
>>>> update/install a plugin.
>>>>
>>>
>>>
>>>>
>>
>> >
>
> --
> Jacob Coby
> [EMAIL PROTECTED]
>
>
>
>
> >
>



-- 
Thomas Rabaix
Internet Consultant

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to