root/feedmelinks/_config/SQL/linksCommentsXRef.sql

Revision 321, 1.7 kB (checked in by hirokai, 5 years ago)

configwork

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 -- MySQL dump 9.09
2 --
3 -- Host: db26.pair.com    Database: hirokai_jm3DataMart
4 -- ------------------------------------------------------
5 -- Server version       4.0.14-log
6
7 --
8 -- Table structure for table `linksCommentsXRef`
9 --
10
11 CREATE TABLE linksCommentsXRef (
12   linkID int(11) NOT NULL default '0',
13   commentID int(11) NOT NULL default '0'
14 ) TYPE=MyISAM;
15
16 --
17 -- Dumping data for table `linksCommentsXRef`
18 --
19
20 INSERT INTO linksCommentsXRef VALUES (3054,3);
21 INSERT INTO linksCommentsXRef VALUES (3148,4);
22 INSERT INTO linksCommentsXRef VALUES (3294,5);
23 INSERT INTO linksCommentsXRef VALUES (3329,6);
24 INSERT INTO linksCommentsXRef VALUES (3373,7);
25 INSERT INTO linksCommentsXRef VALUES (3419,8);
26 INSERT INTO linksCommentsXRef VALUES (3443,9);
27 INSERT INTO linksCommentsXRef VALUES (3568,10);
28 INSERT INTO linksCommentsXRef VALUES (3569,11);
29 INSERT INTO linksCommentsXRef VALUES (3570,12);
30 INSERT INTO linksCommentsXRef VALUES (3571,13);
31 INSERT INTO linksCommentsXRef VALUES (3641,14);
32 INSERT INTO linksCommentsXRef VALUES (3673,15);
33 INSERT INTO linksCommentsXRef VALUES (3674,16);
34 INSERT INTO linksCommentsXRef VALUES (4317,17);
35 INSERT INTO linksCommentsXRef VALUES (4325,18);
36 INSERT INTO linksCommentsXRef VALUES (4339,19);
37 INSERT INTO linksCommentsXRef VALUES (4613,20);
38 INSERT INTO linksCommentsXRef VALUES (4616,21);
39 INSERT INTO linksCommentsXRef VALUES (4672,22);
40 INSERT INTO linksCommentsXRef VALUES (4796,23);
41 INSERT INTO linksCommentsXRef VALUES (5218,24);
42 INSERT INTO linksCommentsXRef VALUES (5221,25);
43 INSERT INTO linksCommentsXRef VALUES (5226,26);
44 INSERT INTO linksCommentsXRef VALUES (5264,27);
45 INSERT INTO linksCommentsXRef VALUES (5276,28);
46 INSERT INTO linksCommentsXRef VALUES (5981,29);
47 INSERT INTO linksCommentsXRef VALUES (6912,30);
48
Note: See TracBrowser for help on using the browser.