We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc95f33 commit d5dad95Copy full SHA for d5dad95
scripts/sql/mysql/ccnet.sql
@@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS EmailUser (
12
passwd VARCHAR(256),
13
is_staff BOOL NOT NULL,
14
is_active BOOL NOT NULL,
15
- is_department_owner BOOL NOT NULL,
+ is_department_owner BOOL NOT NULL DEFAULT 0,
16
ctime BIGINT,
17
reference_id VARCHAR(255),
18
UNIQUE INDEX (email),
0 commit comments