Add a header and a comments section.
<?xml version="1.0" ?> <DBRevisions xmlns="bb_appfx_dbrevisions"> <DBRevision ID="1"> <Comment>Extended Database Schema</Comment> </DBRevision>
You can copy and paste from examples. But in some cases, you will have to modify the contents.
<DBRevision ID="5"> <ExecuteSql> <![CDATA[ if not exists(select * from sysobjects so where so.type = 'P' and so.name = 'RESETETL_EXT') exec sp_executesql N'create procedure BBDW.[RESETETL_EXT] as set nocount on;' ]]> </ExecuteSql> </DBRevision>