From afaf9495c1f2d5f1ba7b01c3b8a437083d91abb2 Mon Sep 17 00:00:00 2001 From: Daniel Vassdal Date: Sat, 21 Feb 2015 12:37:42 +0100 Subject: [PATCH] m_sqloper.mssql.sql: Add `active` column --- extras/m_sqloper.mssql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/m_sqloper.mssql.sql b/extras/m_sqloper.mssql.sql index 5056e12e9..7580a4391 100644 --- a/extras/m_sqloper.mssql.sql +++ b/extras/m_sqloper.mssql.sql @@ -4,5 +4,6 @@ CREATE TABLE [dbo].[ircd_opers] ( [password] varchar(255) NULL, [hostname] varchar(255) NULL, [type] varchar(255) NULL, + [active] bit NOT NULL DEFAULT 1, PRIMARY KEY CLUSTERED ([id]) ) -- 2.39.2