Add "channels" field to profile table.

This commit is contained in:
Thomas Willingham
2013-03-20 03:17:07 +00:00
parent 9d6a4093ba
commit 897910b5c9
3 changed files with 7 additions and 2 deletions

View File

@@ -698,6 +698,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
`work` text NOT NULL,
`education` text NOT NULL,
`contact` text NOT NULL,
`channels` text NOT NULL,
`homepage` char(255) NOT NULL,
`photo` char(255) NOT NULL,
`thumb` char(255) NOT NULL,