Humpback.Tests.TestMigrationProvider.AddIndex C# (CSharp) Method

AddIndex() private static method

private static AddIndex ( ) : string>.KeyValuePair
return string>.KeyValuePair
        private static KeyValuePair<string, string> AddIndex()
        {
            return new KeyValuePair<string, string>("7xxx.sql", @"{'up':{add_index:{table_name:'categories',columns:['title','slug']}}}");
        }