mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Rename backup_ids_uk constraint to include prefix to allow easy installation of multiple instances from one database.
This commit is contained in:
parent
581d27ff58
commit
88629fc419
@ -9,7 +9,7 @@ CREATE TABLE prefix_backup_files (
|
||||
path varchar(255) NOT NULL default '',
|
||||
old_id integer default NULL,
|
||||
new_id integer default NULL,
|
||||
CONSTRAINT backup_files_uk UNIQUE (backup_code, file_type, path)
|
||||
CONSTRAINT prefix_backup_files_uk UNIQUE (backup_code, file_type, path)
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user