diff options
Diffstat (limited to 'docs/sql/sqloper/sqlite3.sql')
| -rw-r--r-- | docs/sql/sqloper/sqlite3.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sql/sqloper/sqlite3.sql b/docs/sql/sqloper/sqlite3.sql index 0e54c1351..83aa20c6e 100644 --- a/docs/sql/sqloper/sqlite3.sql +++ b/docs/sql/sqloper/sqlite3.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, |
