diff --git a/.gitignore b/.gitignore index 88d5b4e..7155ba4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ Diagrams/ .dbeaver/ .env .obsidian/ - +Scripts/ diff --git a/Scripts/Script-1.sql b/Scripts/Script-1.sql deleted file mode 100644 index 1b7937b..0000000 --- a/Scripts/Script-1.sql +++ /dev/null @@ -1 +0,0 @@ -SELECT * FROM rlarp.psb_c WHERE mast = 'IJT03060G18C300LZEPA' ORDER BY cline asc \ No newline at end of file diff --git a/Scripts/Script-2.sql b/Scripts/Script-2.sql deleted file mode 100644 index c83628e..0000000 --- a/Scripts/Script-2.sql +++ /dev/null @@ -1 +0,0 @@ -SELECT * FROM rlarp.osm_chg \ No newline at end of file diff --git a/Scripts/Script-3.sql b/Scripts/Script-3.sql deleted file mode 100644 index aeb794a..0000000 --- a/Scripts/Script-3.sql +++ /dev/null @@ -1 +0,0 @@ -SELECT * FROM FAnalysis.RPT.osm_chg \ No newline at end of file diff --git a/new_targets/price_queue_test.pg.sql b/new_targets/price_queue_test.pg.sql index ad08050..b2404a9 100644 --- a/new_targets/price_queue_test.pg.sql +++ b/new_targets/price_queue_test.pg.sql @@ -45,7 +45,7 @@ FROM ,q.units_each ) p ON TRUE WHERE - qstat LIKE 'Submitted%' - AND qid = 113035 --AND q.qrn = 1 +-- qstat LIKE 'Submitted%' + qid = 111832 --AND q.qrn = 1 ORDER BY qrn ASC \ No newline at end of file