mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
no backticks in postgres!!
This commit is contained in:
parent
db38d2c92e
commit
a3e22b3b9d
@ -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'
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user