Skip to content

Commit

Permalink
Java: dbscheme: Remove sourceid column of fields/5
Browse files Browse the repository at this point in the history
It was always the same as the id column.
  • Loading branch information
igfoo committed Sep 24, 2024
1 parent 5b45d36 commit 300864a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 199 deletions.
3 changes: 1 addition & 2 deletions java/ql/lib/config/semmlecode.dbscheme
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,7 @@ fields(
unique int id: @field,
string nodeName: string ref,
int typeid: @type ref,
int parentid: @reftype ref,
int sourceid: @field ref
int parentid: @reftype ref
);

fieldsKotlinType(
Expand Down
197 changes: 0 additions & 197 deletions java/ql/lib/config/semmlecode.dbscheme.stats
Original file line number Diff line number Diff line change
Expand Up @@ -9197,10 +9197,6 @@
<k>parentid</k>
<v>249278</v>
</e>
<e>
<k>sourceid</k>
<v>2886451</v>
</e>
</columnsizes>
<dependencies>
<dep>
Expand Down Expand Up @@ -9251,22 +9247,6 @@
</hist>
</val>
</dep>
<dep>
<src>id</src>
<trg>sourceid</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>2886451</v>
</b>
</bs>
</hist>
</val>
</dep>
<dep>
<src>nodeName</src>
<trg>id</trg>
Expand Down Expand Up @@ -9330,27 +9310,6 @@
</hist>
</val>
</dep>
<dep>
<src>nodeName</src>
<trg>sourceid</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>2356342</v>
</b>
<b>
<a>2</a>
<b>302</b>
<v>152116</v>
</b>
</bs>
</hist>
</val>
</dep>
<dep>
<src>typeid</src>
<trg>id</trg>
Expand Down Expand Up @@ -9449,42 +9408,6 @@
</hist>
</val>
</dep>
<dep>
<src>typeid</src>
<trg>sourceid</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>124952</v>
</b>
<b>
<a>2</a>
<b>3</b>
<v>21104</v>
</b>
<b>
<a>3</a>
<b>4</b>
<v>10447</v>
</b>
<b>
<a>4</a>
<b>8</b>
<v>14835</v>
</b>
<b>
<a>8</a>
<b>9650</b>
<v>11283</v>
</b>
</bs>
</hist>
</val>
</dep>
<dep>
<src>parentid</src>
<trg>id</trg>
Expand Down Expand Up @@ -9633,126 +9556,6 @@
</hist>
</val>
</dep>
<dep>
<src>parentid</src>
<trg>sourceid</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>115132</v>
</b>
<b>
<a>2</a>
<b>3</b>
<v>25074</v>
</b>
<b>
<a>3</a>
<b>4</b>
<v>20477</v>
</b>
<b>
<a>4</a>
<b>5</b>
<v>15253</v>
</b>
<b>
<a>5</a>
<b>6</b>
<v>12328</v>
</b>
<b>
<a>6</a>
<b>8</b>
<v>18387</v>
</b>
<b>
<a>8</a>
<b>14</b>
<v>19641</v>
</b>
<b>
<a>14</a>
<b>93</b>
<v>18805</v>
</b>
<b>
<a>95</a>
<b>1772</b>
<v>4179</v>
</b>
</bs>
</hist>
</val>
</dep>
<dep>
<src>sourceid</src>
<trg>id</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>2886451</v>
</b>
</bs>
</hist>
</val>
</dep>
<dep>
<src>sourceid</src>
<trg>nodeName</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>2886451</v>
</b>
</bs>
</hist>
</val>
</dep>
<dep>
<src>sourceid</src>
<trg>typeid</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>2886451</v>
</b>
</bs>
</hist>
</val>
</dep>
<dep>
<src>sourceid</src>
<trg>parentid</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>2886451</v>
</b>
</bs>
</hist>
</val>
</dep>
</dependencies>
</relation>
<relation>
Expand Down

0 comments on commit 300864a

Please sign in to comment.