Skip to content

Instantly share code, notes, and snippets.

View williamverdolini's full-sized avatar
💭
I'm working on it

William Verdolini williamverdolini

💭
I'm working on it
View GitHub Profile
@williamverdolini
williamverdolini / dev_cms_4.7_update_to_umbraco_6.2.4.GIST.sql
Created December 6, 2014 23:35
Migration Script to upgrade Umbraco CMS database from version 4.7.1 to version 6.2.4
/*
Deployment script for dev_cms_updated_to_6_2_4
This code was generated by a tool.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
*/
GO
SET ANSI_NULLS, ANSI_PADDING, ANSI_WARNINGS, ARITHABORT, CONCAT_NULL_YIELDS_NULL, QUOTED_IDENTIFIER ON;