Searched refs:downstream_branch (Results 1 – 6 of 6) sorted by relevance
/development/tools/repo_diff/service/repodiff/tools/migrations/ |
D | 2018_04_03__23_31_04_upgrade.sql | 11 downstream_branch VARCHAR(255) NOT NULL, field 13 …INDEX idx_url_branch_commits (upstream_url, upstream_branch, downstream_url, downstream_branch, co… 14 …INDEX idx_url_branch_lines (upstream_url, upstream_branch, downstream_url, downstream_branch, line…
|
D | 2018_03_29__22_12_23_upgrade.sql | 12 downstream_branch VARCHAR(255) NOT NULL, field 14 …INDEX idx_url_branch_commits (upstream_url, upstream_branch, downstream_url, downstream_branch, co… 15 …INDEX idx_url_branch_lines (upstream_url, upstream_branch, downstream_url, downstream_branch, line…
|
D | 2018_02_23__20_20_32_upgrade.sql | 11 downstream_branch VARCHAR(255) NOT NULL, field 13 INDEX idx_url_branch (upstream_url, upstream_branch, downstream_url, downstream_branch)
|
D | 2018_03_28__16_59_46_upgrade.sql | 12 downstream_branch VARCHAR(255) NOT NULL, field 14 INDEX idx_url_branch (upstream_url, upstream_branch, downstream_url, downstream_branch)
|
D | 2018_02_22__19_16_57_upgrade.sql | 17 downstream_branch VARCHAR(255) NOT NULL, field 19 INDEX idx_url_branch (upstream_url, upstream_branch, downstream_url, downstream_branch)
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | denormalizer.go | 47 downstream_branch 60 downstream_branch 71 downstream_branch 80 downstream_branch ORDER BY upstream_target_id, 113 downstream_branch 125 downstream_branch FROM ( 135 downstream_branch 143 downstream_branch 182 downstream_branch 229 downstream_branch [all …]
|