1
0
mirror of https://github.com/moodle/moodle.git synced 2025-06-16 12:43:44 +02:00

Now backuptables gets created. (Still untested)

This commit is contained in:
paca70
2003-12-01 22:58:49 +00:00
parent 06879cb492
commit 45a3ca96ae

@ -37,7 +37,6 @@ CREATE INDEX prefix_backup_codenameid_idx ON prefix_backup_ids (backup_code,tabl
CREATE TABLE prefix_backup_config ( CREATE TABLE prefix_backup_config (
id SERIAL PRIMARY KEY, id SERIAL PRIMARY KEY,
name varchar(255) NOT NULL default '', name varchar(255) UNIQUE NOT NULL default '',
value varchar(255) NOT NULL default '', value varchar(255) NOT NULL default ''
CONSTRAINT config_name_uk UNIQUE (name)
); );