Mass cleanup of bad postgres upgrade scripts
This commit is contained in:
@@ -444,6 +444,7 @@ CREATE TABLE prefix_user_students (
|
||||
CREATE UNIQUE INDEX prefix_user_students_courseuserid_uk ON prefix_user_students (course,userid);
|
||||
CREATE INDEX prefix_user_students_userid_idx ON prefix_user_students (userid);
|
||||
CREATE INDEX prefix_user_students_enrol_idx ON prefix_user_students (enrol);
|
||||
CREATE INDEX prefix_user_students_timeaccess_idx ON prefix_user_students (timeaccess);
|
||||
|
||||
CREATE TABLE prefix_user_teachers (
|
||||
id SERIAL PRIMARY KEY,
|
||||
@@ -468,6 +469,8 @@ CREATE TABLE prefix_user_coursecreators (
|
||||
userid int8 NOT NULL default '0'
|
||||
);
|
||||
|
||||
CREATE INDEX prefix_user_coursecreators_userid_idx ON prefix_user_coursecreators (userid);
|
||||
|
||||
CREATE TABLE adodb_logsql (
|
||||
created timestamp NOT NULL,
|
||||
sql0 varchar(250) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user