25a26,35
>
>     case 'oracle10':
>       db_query("CREATE TABLE {fivestar_comment} (
>         cid integer default '0' NOT NULL,
>         vote_id integer default '0' NOT NULL,
>         value smallint default '0' NOT NULL,
>         CONSTRAINT {fivestar_comment}_pkey PRIMARY KEY (cid)
>       )");
>       db_query("CREATE INDEX {fivestar_comment}_vote_id_idx ON {fivestar_comment} (vote_id)");
>       break;
