Файл: install/db_tables/wwwAlt.sql
Строк: 25
alter table `notes` add `share` enum('0','1') default '0';
alter table
`notes` add `share_id` int(11) default null;
alter table `notes` add
`share_text` varchar(20000) default null;
alter table `notes` add
`share_name` varchar(60) default null;
alter table `notes` add
`share_id_user` int(11) default null;
alter table `notes` add `share_type`
varchar(10) default 'notes';
alter table `notes` add `share_user` int(11)
default null;
ALTER TABLE `forum_t` ADD `vote` varchar(64) default
NULL;
alter table `forum_t` add `vote_close` int(11) not null;
alter table
`forum_t` add `vote_time` int(11) not null;