Home
last modified time | relevance | path

Searched refs:downstream_branch (Results 1 – 6 of 6) sorted by relevance

/development/tools/repo_diff/service/repodiff/tools/migrations/
D2018_04_03__23_31_04_upgrade.sql11 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…
D2018_03_29__22_12_23_upgrade.sql12 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…
D2018_02_23__20_20_32_upgrade.sql11 downstream_branch VARCHAR(255) NOT NULL, field
13 INDEX idx_url_branch (upstream_url, upstream_branch, downstream_url, downstream_branch)
D2018_03_28__16_59_46_upgrade.sql12 downstream_branch VARCHAR(255) NOT NULL, field
14 INDEX idx_url_branch (upstream_url, upstream_branch, downstream_url, downstream_branch)
D2018_02_22__19_16_57_upgrade.sql17 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/
Ddenormalizer.go47 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 …]