From a22f9e6b4688f5435d23a3d91bfc6574e74c7113 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 23 Aug 2016 19:51:06 +0200 Subject: Remove broken mssql module Issue #1006 --- extras/m_sqloper.mssql.sql | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 extras/m_sqloper.mssql.sql (limited to 'extras') diff --git a/extras/m_sqloper.mssql.sql b/extras/m_sqloper.mssql.sql deleted file mode 100644 index 7580a4391..000000000 --- a/extras/m_sqloper.mssql.sql +++ /dev/null @@ -1,9 +0,0 @@ -CREATE TABLE [dbo].[ircd_opers] ( - [id] int IDENTITY(1, 1) NOT NULL, - [username] varchar(255) NULL, - [password] varchar(255) NULL, - [hostname] varchar(255) NULL, - [type] varchar(255) NULL, - [active] bit NOT NULL DEFAULT 1, - PRIMARY KEY CLUSTERED ([id]) -) -- cgit v1.2.3