/*
When installing, run the InstallationScript.v1.0.sql for the tables, then 
the StoredProcedures.sql script. 

When migrating, run the Upgrade script, then the StoredProcedures.sql script. 
*/


blog_config - Changed format of Password.  Still backwards compatible though.
			- Application and Host columns are ignored... for now.
			- Added a LicenseUrl column.
			- Added a DaysTillCommentsClose column.
			- Added a CommentDelayInMinutes column.
blog_content - Added a ContentChecksumHash column.
			- ParentID column should have values of -1 converted to NULL
			- Added a DateSyndicated column.
blog_Links	- PostID column should have values of -1 converted to NULL