diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-11 02:52:47 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-11 02:52:47 -0700 |
commit | 7a21a000a2b02e7dd443fd0f3ee09172de825b08 (patch) | |
tree | a73734b36b404da7f3028a12c5e10e2a3a7a35fa /updates.sql | |
parent | a42c9616f97125b059f395b9b023fe1516a52d75 (diff) | |
download | volse-hubzilla-7a21a000a2b02e7dd443fd0f3ee09172de825b08.tar.gz volse-hubzilla-7a21a000a2b02e7dd443fd0f3ee09172de825b08.tar.bz2 volse-hubzilla-7a21a000a2b02e7dd443fd0f3ee09172de825b08.zip |
lots of little stuff
Diffstat (limited to 'updates.sql')
-rw-r--r-- | updates.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updates.sql b/updates.sql index de7bfa1e4..b7e2ab3ea 100644 --- a/updates.sql +++ b/updates.sql @@ -25,4 +25,5 @@ ALTER TABLE `profile` DROP `age`; ALTER TABLE `profile` CHANGE `school` `education` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ; ALTER TABLE `profile` DROP `employer` ; -ALTER TABLE `profile` ADD `contact` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `education` ;
\ No newline at end of file +ALTER TABLE `profile` ADD `contact` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `education` ; +ALTER TABLE `profile` ADD `hide-friends` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `is-default` ; |