First Phase -- missed including these files in the prior commit
This commit is contained in:
parent
67e69d5ce7
commit
3f3f3668f1
7 changed files with 882 additions and 0 deletions
6
migration/sql/need_review.sql
Normal file
6
migration/sql/need_review.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- Things needing your review
|
||||
SELECT source_file, class_name, symbol_name, line_number, tag, rationale
|
||||
FROM symbols
|
||||
WHERE status = 'NEEDS_REVIEW'
|
||||
OR tag = 'UNKNOWN'
|
||||
ORDER BY source_file, line_number;
|
||||
Loading…
Add table
Add a link
Reference in a new issue