-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 20, 2010 at 02:47 PM
-- Server version: 5.1.40
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `bmcforu_transfer`
--

-- --------------------------------------------------------

--
-- Table structure for table `subscribeforum`
--

CREATE TABLE IF NOT EXISTS `subscribeforum` (
  `subscribeforumid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `forumid` smallint(5) unsigned NOT NULL DEFAULT '0',
  `emailupdate` smallint(5) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`subscribeforumid`),
  UNIQUE KEY `subindex` (`userid`,`forumid`),
  KEY `forumid` (`forumid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=197 ;

--
-- Dumping data for table `subscribeforum`
--

INSERT INTO `subscribeforum` (`subscribeforumid`, `userid`, `forumid`, `emailupdate`) VALUES
(76, 6369, 16, 3),
(2, 25, 15, 2),
(103, 7243, 125, 2),
(141, 8157, 29, 2),
(114, 7409, 125, 0),
(6, 803, 75, 0),
(7, 2609, 6, 0),
(181, 1881, 190, 2),
(9, 2609, 55, 0),
(144, 8090, 208, 2),
(158, 9012, 15, 3),
(51, 3605, 13, 2),
(140, 1294, 14, 3),
(157, 9036, 29, 0),
(15, 2609, 28, 0),
(16, 3132, 11, 0),
(174, 10972, 105, 0),
(104, 7255, 16, 3),
(184, 6777, 14, 0),
(196, 13865, 13, 0),
(44, 3563, 13, 3),
(55, 730, 76, 0),
(48, 567, 19, 2),
(56, 730, 142, 0),
(162, 9012, 198, 3),
(139, 7994, 15, 2),
(96, 6194, 24, 2),
(149, 8384, 243, 0),
(180, 1881, 11, 2),
(86, 6241, 166, 2),
(38, 3886, 14, 3),
(143, 8157, 163, 2),
(42, 1849, 13, 0),
(101, 7255, 28, 0),
(78, 6241, 76, 2),
(161, 9012, 197, 3),
(154, 9036, 204, 0),
(188, 6777, 28, 0),
(59, 1126, 22, 0),
(61, 1126, 9, 0),
(62, 1126, 133, 0),
(63, 1126, 6, 0),
(64, 1126, 76, 0),
(185, 6777, 179, 0),
(67, 4692, 12, 3),
(138, 3975, 152, 0),
(97, 300, 217, 2),
(72, 482, 55, 2),
(73, 482, 11, 2),
(173, 3245, 75, 0),
(75, 4006, 11, 2),
(105, 7225, 141, 2),
(156, 9036, 133, 0),
(108, 5830, 141, 2),
(91, 6715, 10, 2),
(92, 6715, 141, 2),
(142, 8157, 10, 2),
(111, 5830, 163, 2),
(112, 5830, 28, 2),
(150, 8384, 28, 0),
(116, 7409, 218, 0),
(117, 7536, 184, 2),
(118, 7536, 218, 2),
(119, 7536, 28, 2),
(147, 8283, 258, 0),
(146, 6420, 205, 0),
(179, 5543, 218, 0),
(183, 3975, 22, 0),
(125, 7549, 57, 2),
(126, 7481, 161, 0),
(127, 1356, 220, 2),
(129, 7686, 133, 0),
(130, 5667, 10, 2),
(131, 5667, 176, 2),
(132, 4006, 166, 3),
(182, 1881, 295, 2),
(135, 7765, 176, 2),
(178, 5543, 125, 0),
(193, 13074, 94, 2),
(164, 3563, 209, 3),
(165, 3563, 210, 3),
(166, 9683, 180, 2),
(167, 9683, 14, 2),
(168, 9683, 218, 2),
(169, 9683, 204, 2),
(170, 9683, 28, 2),
(171, 9683, 242, 3),
(186, 6777, 180, 0),
(175, 7225, 6, 2),
(187, 6777, 69, 0),
(189, 11575, 184, 3),
(190, 3511, 293, 0),
(195, 4206, 240, 0),
(194, 10, 167, 2);
