Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new create and drop scripts for VDI workflow tables #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update createWorkflowVdi.sql
steve-fischer-200 authored Feb 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 80e9741d25ae6f965b8b58529687cb8d8e2ffb1e
2 changes: 1 addition & 1 deletion Main/lib/sql/apidbschema/Oracle/createWorkflowVdi.sql
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ GRANT SELECT ON apidb.WorkflowArtifactVdiId TO gus_r;
----------------------------------------------------------------------------

-- Capture the time boundaries of the most recent batch of tuning tables submitted to VDI for a given data source
create table apidb.WorkflowTuningTableBatch (
create table apidb.WorkflowVdiTuningTableBatch (
workflow_id number(10) NOT NULL,
organism_abbrev varchar(20), -- nullable for eg global workflow
start_timestamp DATE NOT NULL, -- time from apidb.tuningtable