Skip to content
Snippets Groups Projects
Commit 01bf7bbf authored by Robert Anderson's avatar Robert Anderson
Browse files

Removed description field

parent ea550c89
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,6 @@ CREATE TABLE @PREFIX@users (
Username VARCHAR(255) NOT NULL,
Description TEXT,
Disabled SMALLINT NOT NULL DEFAULT '0',
UNIQUE (Username)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment