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 a788016 commit 02626cfCopy full SHA for 02626cf
1 file changed
db/structure.sql
@@ -1164,8 +1164,8 @@ CREATE TABLE users (
1164
totp_secret text,
1165
email_verified_at timestamp with time zone,
1166
readme text,
1167
- blocked_at timestamp with time zone,
1168
user_type integer DEFAULT 0 NOT NULL,
+ blocked_at timestamp with time zone,
1169
CONSTRAINT check_11461c37fb CHECK ((char_length(readme) <= 5000)),
1170
CONSTRAINT check_3bedaaa612 CHECK ((char_length(email) <= 255)),
1171
CONSTRAINT check_56606ce552 CHECK ((char_length(username) <= 50)),
0 commit comments