Skip to content

Commit 2757d1a

Browse files
committed
Active column in sql script
1 parent e95241b commit 2757d1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ CREATE TABLE sql_users
113113
email TEXT NULL,
114114
home TEXT NULL,
115115
password TEXT NOT NULL,
116+
active TINYINT(1) NOT NULL DEFAULT '1',
116117
can_change_avatar BOOLEAN NOT NULL DEFAULT FALSE,
117118
CONSTRAINT users_username_uindex UNIQUE (username)
118119
);

0 commit comments

Comments
 (0)