-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add grants, add sage and recover folders, and add paths to ignore
- Loading branch information
1 parent
9df0098
commit 9cd7d1a
Showing
7 changed files
with
69 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
USE ROLE sysadmin; | ||
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; | ||
|
||
CREATE SCHEMA IF NOT EXISTS ad | ||
WITH MANAGED ACCESS; |
Oops, something went wrong.