diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 20:20:56 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 20:20:56 +0100 |
| commit | 245ce015f565da0626c70340d6e1710056245c52 (patch) | |
| tree | 124d8fb0921d29407264c367320fcd4bb00e9978 /bucky-schema.sql | |
| parent | 3a42fe7ad797a6f9cf747d2d358015ac992765a7 (diff) | |
css
Diffstat (limited to 'bucky-schema.sql')
| -rw-r--r-- | bucky-schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky-schema.sql b/bucky-schema.sql index b6ec8d6..9095d66 100644 --- a/bucky-schema.sql +++ b/bucky-schema.sql @@ -188,7 +188,7 @@ CREATE TABLE `users` ( `lastseen` int(11) DEFAULT NULL, `phone` varchar(64) DEFAULT NULL, `location` varchar(64) DEFAULT NULL, - `twitter` varchar(255) DEFAULT NULL, + `twitter` varchar(256) DEFAULT NULL, `website` varchar(255) DEFAULT NULL, `avatar` varchar(255) DEFAULT NULL, `keywords` varchar(512) DEFAULT '', |
