mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Add upgrade script to remove unused tokeninfo columns
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
description: Removed unused columns from the `*_tokeninfo` relations
|
||||
compatibility: full
|
||||
ruby_tokeninfo.rel: reorder ruby_tokeninfo.rel (int id, int kind, int file, int idx, string value, int loc) id kind value loc
|
||||
erb_tokeninfo.rel: reorder erb_tokeninfo.rel (int id, int kind, int file, int idx, string value, int loc) id kind value loc
|
||||
Reference in New Issue
Block a user