Humpback.Tests.TestMigrationProvider.RemoveIndex C# (CSharp) 메소드

RemoveIndex() 개인적인 정적인 메소드

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