@@ -2932,8 +2932,8 @@ def annotate_one_file(options = {})
29322932 mock_column ( :foreign_thing_id , :integer )
29332933 ] ,
29342934 [
2935- mock_index ( 'index_rails_02e851e3b7' , columns : [ 'id' ] ) ,
2936- mock_index ( 'index_rails_02e851e3b8' , columns : [ 'foreign_thing_id' ] )
2935+ mock_index ( 'index_rails_02e851e3b7' , columns : [ 'id' ] ) ,
2936+ mock_index ( 'index_rails_02e851e3b8' , columns : [ 'foreign_thing_id' ] )
29372937 ] )
29382938 @schema_info = AnnotateModels . get_schema_info ( klass , '== Schema Info' , show_indexes : true )
29392939 annotate_one_file
@@ -2948,12 +2948,11 @@ def annotate_one_file(options = {})
29482948 mock_column ( :another_column , :integer )
29492949 ] ,
29502950 [
2951- mock_index ( 'index_rails_02e851e3b7' , columns : [ 'id' ] ) ,
2952- mock_index ( 'index_rails_02e851e3b8' , columns : [ 'foreign_thing_id' ] ) ,
2953- mock_index ( 'index_rails_02e851e3b9' ,
2954- columns : [ 'another_column' ] ,
2955- where : "another_column IS NOT NULL"
2956- )
2951+ mock_index ( 'index_rails_02e851e3b7' , columns : [ 'id' ] ) ,
2952+ mock_index ( 'index_rails_02e851e3b8' , columns : [ 'foreign_thing_id' ] ) ,
2953+ mock_index ( 'index_rails_02e851e3b9' ,
2954+ columns : [ 'another_column' ] ,
2955+ where : "another_column IS NOT NULL" )
29572956 ] )
29582957 @schema_info = AnnotateModels . get_schema_info ( klass , '== Schema Info' , show_indexes : true )
29592958 annotate_one_file
@@ -2969,12 +2968,11 @@ def annotate_one_file(options = {})
29692968 mock_column ( :another_column , :text )
29702969 ] ,
29712970 [
2972- mock_index ( 'index_rails_02e851e3b7' , columns : [ 'id' ] ) ,
2973- mock_index ( 'index_rails_02e851e3b8' , columns : [ 'foreign_thing_id' ] ) ,
2974- mock_index ( 'index_rails_02e851e3b9' ,
2975- columns : [ 'another_column' ] ,
2976- where : "another_column LIKE '\\ \\ %'"
2977- )
2971+ mock_index ( 'index_rails_02e851e3b7' , columns : [ 'id' ] ) ,
2972+ mock_index ( 'index_rails_02e851e3b8' , columns : [ 'foreign_thing_id' ] ) ,
2973+ mock_index ( 'index_rails_02e851e3b9' ,
2974+ columns : [ 'another_column' ] ,
2975+ where : "another_column LIKE '\\ \\ %'" )
29782976 ] )
29792977 @schema_info = AnnotateModels . get_schema_info ( klass , '== Schema Info' , show_indexes : true )
29802978 annotate_one_file
0 commit comments