Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

-- @SkipScriptIfSchemaExists This script moved from the MS2 module to the Protein module in 2024. If the schema exists,
-- we want this script to be recorded as "run", but don't want any of the statements executed.
-- Note: This script was not consolidated in Jan, 2025 because we want prot-23.000-23.001.sql to execute on existing servers.
-- TODO: Remove the above annotation in Jan, 2026 during script consolidation

CREATE SCHEMA prot;

Expand Down
Loading