From 22418bc494ec4a413cb37ab004dd60502a679e7e Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Tue, 13 Nov 2018 16:47:57 +0000 Subject: [PATCH] remove unneeded sql --- add_user_type_to_users.sql | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 add_user_type_to_users.sql diff --git a/add_user_type_to_users.sql b/add_user_type_to_users.sql deleted file mode 100644 index eb8d9b19dc..0000000000 --- a/add_user_type_to_users.sql +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2018 New Vector Ltd - * - * 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. - */ - -- To allow for arbitrary account types in future, initially to be used to denote - -- designated support users - -ALTER TABLE users ADD COLUMN user_type TEXT DEFAULT NULL;