eccsup / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

[DataMachine] Create PRIMARY KEY(ArticleID) in table index_articleID_rc_ts #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The "index table" index_articleID_rc_ts needs a primary key. It has either to 
be automatically created upond schema creation or added later on upon first 
access (like the indexes)

ALTER TABLE index_articleID_rc_ts ADD PRIMARY KEY(ArticleID);

Original issue reported on code.google.com by oliver.ferschke on 12 Jul 2011 at 8:58

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by oliver.ferschke on 26 Jul 2011 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 16 Feb 2012 at 1:24