aboutsummaryrefslogtreecommitdiff
path: root/docs/sql/sqloper/mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sql/sqloper/mysql.sql')
-rw-r--r--docs/sql/sqloper/mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sql/sqloper/mysql.sql b/docs/sql/sqloper/mysql.sql
index 7c7d20d1d..a8cf14e65 100644
--- a/docs/sql/sqloper/mysql.sql
+++ b/docs/sql/sqloper/mysql.sql
@@ -1,5 +1,6 @@
CREATE TABLE IF NOT EXISTS `ircd_opers` (
`active` bool NOT NULL DEFAULT true,
+
`name` text NOT NULL,
`password` text NOT NULL,
`host` text NOT NULL,