by datguy on Wed Nov 30, 2005 2:16
I had to tweak the conversion SQL a little to get it to work on PostgreSQL. The site_url column could not be added with a default value and as 'not null'. I noticed that these things are handled later in the conversion SQL, so by simply removing those qualifiers from the "add column" statement, it worked.