aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2011-01-19 17:55:27 +0100
committerroot <root@diekershoff.homeunix.net>2011-01-19 17:55:27 +0100
commit8e22c669a0668fc0498e9c1d822dcefd97bae1e5 (patch)
treef342d0587a151ed6ef76c9832ab60b6644b34031 /database.sql
parent13fa27f7578d292d8d722554ce6211e8e0bc91af (diff)
parent766ade06d5e3b387d1fd3d2d0b00b15852e877b1 (diff)
downloadvolse-hubzilla-8e22c669a0668fc0498e9c1d822dcefd97bae1e5.tar.gz
volse-hubzilla-8e22c669a0668fc0498e9c1d822dcefd97bae1e5.tar.bz2
volse-hubzilla-8e22c669a0668fc0498e9c1d822dcefd97bae1e5.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index 0e21be512..54950f0fd 100644
--- a/database.sql
+++ b/database.sql
@@ -281,6 +281,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
`is-default` tinyint(1) NOT NULL DEFAULT '0',
`hide-friends` tinyint(1) NOT NULL DEFAULT '0',
`name` char(255) NOT NULL,
+ `pdesc` char(255) NOT NULL,
`dob` char(32) NOT NULL DEFAULT '0000-00-00',
`address` char(255) NOT NULL,
`locality` char(255) NOT NULL,