Return-Path: X-Original-To: apmail-cayenne-user-archive@www.apache.org Delivered-To: apmail-cayenne-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51C5BD1DA for ; Sat, 24 Nov 2012 22:09:25 +0000 (UTC) Received: (qmail 18462 invoked by uid 500); 24 Nov 2012 22:09:25 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 18443 invoked by uid 500); 24 Nov 2012 22:09:25 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 18433 invoked by uid 99); 24 Nov 2012 22:09:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 22:09:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of matero@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-ob0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 22:09:19 +0000 Received: by mail-ob0-f171.google.com with SMTP id dn14so12681096obc.16 for ; Sat, 24 Nov 2012 14:08:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Gj7x+yITGsqh6y6wyQi7dSKCmXQ4sM8qT8IQ+XhDBk8=; b=scx150O7v3Y7t0clRwa71k0o4JAaKNcPIThcLUbc8I835trg8JZpIvuogo5MscSX4c qXARbhViqbf2+tGN/J/p+omtd1d1a05MBCopUngfWVgzf0orkEpiCW8J3hLLEm+HxRy+ TlzQMU14HtICEojl11V29vyIe/r5OV5EVGwZ6+e7AbqDJiZhgok90XAJabQs40FWRdjT TlO2WZizmmWys4P0x1fHK2bQD6QBmY4vAMMDxGjJEn9G3huys2w9v2cbSwF22lM9r8cL XS2Q1iWy1fqsIaLjSFz3uX6mDqItQBdq3sc7DcoqemkRHDvQlvLT7Yum/o81MyM8OOBB WG4A== MIME-Version: 1.0 Received: by 10.60.14.41 with SMTP id m9mr5858583oec.54.1353794939036; Sat, 24 Nov 2012 14:08:59 -0800 (PST) Received: by 10.60.142.73 with HTTP; Sat, 24 Nov 2012 14:08:59 -0800 (PST) In-Reply-To: References: <20121121200224.59850@gmx.net> <4AA5DA2C-1AD5-498F-95D4-C7DCA84A2539@objectstyle.org> <20121123112248.287810@gmx.net> <50AF5E47.20705@maniatis.org> <20121123123215.18900@gmx.net> <50B0122E.1030409@maniatis.org> <1353765137.49519.YahooMailNeo@web122301.mail.ne1.yahoo.com> <1353768163.31182.YahooMailNeo@web122304.mail.ne1.yahoo.com> <1353776390.27751.YahooMailNeo@web122305.mail.ne1.yahoo.com> Date: Sat, 24 Nov 2012 19:08:59 -0300 Message-ID: Subject: Re: adding new columns to table From: =?UTF-8?Q?Juan_Jos=C3=A9_Gil?= To: user@cayenne.apache.org Content-Type: multipart/alternative; boundary=e89a8fb1fac070a3d304cf44f239 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb1fac070a3d304cf44f239 Content-Type: text/plain; charset=UTF-8 wouldn't be better to use something like flyway? http://flywaydb.org/ 2012/11/24 John Huss > There is an experimental library in the cayenne-sandbox you could try: > http://svn.apache.org/viewvc/cayenne/sandbox/cayenne-migrations/ > > I'm using it in production, but your mileage may vary. The migrations are > not automatically generated (except for the initial database) but they are > easy to write. > > > On Sat, Nov 24, 2012 at 10:59 AM, emeka okafor > wrote: > > > Is there a cayenne way to modifying a databse table? Like a way for > > cayenne to generate a migration class that can be run when when my schema > > changes. > --e89a8fb1fac070a3d304cf44f239--