diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 08:03:07 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 08:03:07 +0100 |
| commit | d776e6aa7d1e458ef050c016a4c285aa5887c5f0 (patch) | |
| tree | 687c4b7a4a8a123c04186e482f3680659a121a40 /bucky-schema.sql | |
| parent | f9a0743696c5e21d81ae0e215e36358788e708df (diff) | |
edit profile backend stuff
Diffstat (limited to 'bucky-schema.sql')
| -rw-r--r-- | bucky-schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bucky-schema.sql b/bucky-schema.sql index 8f5c347..9d68811 100644 --- a/bucky-schema.sql +++ b/bucky-schema.sql @@ -191,6 +191,7 @@ CREATE TABLE `users` ( `location` varchar(64) DEFAULT NULL, `fb` varchar(255) DEFAULT NULL, `tw` varchar(255) DEFAULT NULL, + `avatar` varchar(255) DEFAULT NULL, `keywords` varchar(512) DEFAULT '', `stickies` varchar(512) DEFAULT '', `settings` varchar(512) DEFAULT '', |
