Paul Mossman wrote: > Hi all, > > I'm looking at > http://sipx-wiki.calivia.com/index.php/SipX_ConfigServer_How_to_change_d > atabase_schema - Notes for preparing schema for new release, for > XX-7167. > > These two instructions... > > "Review of the patch SQL and apply the modifications to > /neoconf/etc/database/schema.sql - in most cases this is not a copy and > paste" > > "Review patches that are embedded in database.xml for the previous > version. Again, in most cases this is not a copy and paste." > > > I understand that the meat of the work is to construct a new schema.sql > that is equivalent to the end result the old schema.sql with patches > applied.
Yes. And there is actually mechanical way to verify it described on this page (comparing after.sql and before.sql files). > > Is this covered by both of the above instructions? If only one, then > which one and what does the other instruction mean? > Patch can be in its own separate file (this is typical case) or it can be embedded in database.xml (it's rare: usually SQL one-liners). The instruction just tries to explain that you can have 2 cases. Damian _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
