Skip to content

Commit

Permalink
Add in portal download schema
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Oct 21, 2023
1 parent 49b6a63 commit 2d4fcb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/sage_setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ USE DATABASE sage;

CREATE SCHEMA IF NOT EXISTS portal_raw
WITH MANAGED ACCESS;

CREATE SCHEMA IF NOT EXISTS portal_downloads
WITH MANAGED ACCESS;
-- ! One time addition
-- ALTER TABLE portal_raw.NF ADD COLUMN "tissue" STRING;

Expand Down

0 comments on commit 2d4fcb9

Please sign in to comment.