From fac04eda32198c81b8f6715fec291dfc780edb45 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 2 Dec 2010 23:04:28 -0800 Subject: getting ready to add partner info --- database.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'database.sql') diff --git a/database.sql b/database.sql index 8cf724179..41d256d73 100644 --- a/database.sql +++ b/database.sql @@ -285,6 +285,7 @@ CREATE TABLE IF NOT EXISTS `profile` ( `country-name` char(255) NOT NULL, `gender` char(32) NOT NULL, `marital` char(255) NOT NULL, + `showwith` tinyint(1) NOT NULL DEFAULT '0', `with` text NOT NULL, `sexual` char(255) NOT NULL, `politic` char(255) NOT NULL, -- cgit v1.2.3