no backticks in postgres!!

This commit is contained in:
danmarsden 2005-04-07 03:17:43 +00:00
parent db38d2c92e
commit a3e22b3b9d

View File

@ -58,7 +58,7 @@ CREATE INDEX prefix_choice_responses_userid_idx ON prefix_choice_responses (user
CREATE TABLE prefix_choice_options (
id SERIAL PRIMARY KEY,
choiceid integer NOT NULL default '0',
`text` TEXT,
text TEXT,
timemodified integer NOT NULL default '0'
);