mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
typo - missing semicolon
This commit is contained in:
parent
96f27d1212
commit
6175411bcb
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ CREATE TABLE prefix_event (
|
|||
CREATE INDEX prefix_event_courseid_idx ON prefix_event (courseid);
|
||||
CREATE INDEX prefix_event_userid_idx ON prefix_event (userid);
|
||||
CREATE INDEX prefix_event_timestart_idx ON prefix_event (timestart);
|
||||
CREATE INDEX prefix_event_timeduration_idx ON prefix_event (timeduration)
|
||||
CREATE INDEX prefix_event_timeduration_idx ON prefix_event (timeduration);
|
||||
|
||||
CREATE TABLE prefix_groups (
|
||||
id SERIAL PRIMARY KEY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue