Add upgrade script to remove unused tokeninfo columns

This commit is contained in:
Nick Rolfe
2021-09-20 21:29:52 +01:00
parent 6a17dfd228
commit e97adff21d
3 changed files with 2640 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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