From 843deca47321eb7fe5dea9587f742d91df016048 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Tue, 18 Mar 2025 12:54:33 -0700 Subject: [PATCH] Remove SQL Server scripts from PostgreSQL-only modules --- .../dbscripts/sqlserver/pepdb-0.00-0.01.sql | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pepdb/resources/schemas/dbscripts/sqlserver/pepdb-0.00-0.01.sql diff --git a/pepdb/resources/schemas/dbscripts/sqlserver/pepdb-0.00-0.01.sql b/pepdb/resources/schemas/dbscripts/sqlserver/pepdb-0.00-0.01.sql deleted file mode 100644 index d6f510d8..00000000 --- a/pepdb/resources/schemas/dbscripts/sqlserver/pepdb-0.00-0.01.sql +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2013 Fred Hutchinson Cancer Research Center - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - --- Tables and views used for Peptide module -CREATE SCHEMA pepdb; -GO \ No newline at end of file