backup


(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): CREATE TABLE mdl_backup_files ( id BIGINT(10) unsigned NOT NULL auto_increment, backup_code BIGINT(10) unsigned NOT NULL DEFAULT 0, file_type VARCHAR(10) NOT NULL DEFAULT '', path VARCHAR(255) NOT NULL DEFAULT '', old_id BIGINT(10) unsigned NOT NULL DEFAULT 0, new_id BIGINT(10) unsigned NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_backup_files COMMENT='To store and recode ids to user and course files'  
Èxit

(mysql): CREATE UNIQUE INDEX mdl_backfile_bacfilpat_uix ON mdl_backup_files (backup_code, file_type, path)  
Èxit

(mysql): CREATE TABLE mdl_backup_ids ( id BIGINT(10) unsigned NOT NULL auto_increment, backup_code BIGINT(12) unsigned NOT NULL DEFAULT 0, table_name VARCHAR(30) NOT NULL DEFAULT '', old_id BIGINT(10) unsigned NOT NULL DEFAULT 0, new_id BIGINT(10) unsigned NOT NULL DEFAULT 0, info MEDIUMTEXT NOT NULL, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_backup_ids COMMENT='To store and convert ids in backup/restore'  
Èxit

(mysql): CREATE UNIQUE INDEX mdl_backids_bactabold_uix ON mdl_backup_ids (backup_code, table_name, old_id)  
Èxit

(mysql): CREATE TABLE mdl_backup_config ( id BIGINT(10) unsigned NOT NULL auto_increment, name VARCHAR(255) NOT NULL DEFAULT '', value VARCHAR(255) NOT NULL DEFAULT '', CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_backup_config COMMENT='To store backup configuration variables'  
Èxit

(mysql): CREATE UNIQUE INDEX mdl_backconf_nam_uix ON mdl_backup_config (name)  
Èxit

(mysql): CREATE TABLE mdl_backup_courses ( id BIGINT(10) unsigned NOT NULL auto_increment, courseid BIGINT(10) unsigned NOT NULL DEFAULT 0, laststarttime BIGINT(10) unsigned NOT NULL DEFAULT 0, lastendtime BIGINT(10) unsigned NOT NULL DEFAULT 0, laststatus VARCHAR(1) NOT NULL DEFAULT '0', nextstarttime BIGINT(10) unsigned NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_backup_courses COMMENT='To store every course backup status'  
Èxit

(mysql): CREATE UNIQUE INDEX mdl_backcour_cou_uix ON mdl_backup_courses (courseid)  
Èxit

(mysql): CREATE TABLE mdl_backup_log ( id BIGINT(10) unsigned NOT NULL auto_increment, courseid BIGINT(10) unsigned NOT NULL DEFAULT 0, time BIGINT(10) unsigned NOT NULL DEFAULT 0, laststarttime BIGINT(10) unsigned NOT NULL DEFAULT 0, info VARCHAR(255) NOT NULL DEFAULT '', CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_backup_log COMMENT='To store every course backup log info'  
Èxit

(mysql): CREATE INDEX mdl_backlog_cou_ix ON mdl_backup_log (courseid)  
Èxit
La base de dades s'ha actualitzat amb èxit
La versió de les còpies de seguretat és ara 2009111300

blocks


(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): CREATE TABLE mdl_block ( id BIGINT(10) unsigned NOT NULL auto_increment, name VARCHAR(40) NOT NULL DEFAULT '', version BIGINT(10) unsigned NOT NULL DEFAULT 0, cron BIGINT(10) unsigned NOT NULL DEFAULT 0, lastcron BIGINT(10) unsigned NOT NULL DEFAULT 0, visible TINYINT(1) NOT NULL DEFAULT 1, multiple TINYINT(1) NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_block COMMENT='to store installed blocks'  
Èxit

(mysql): CREATE TABLE mdl_block_instance ( id BIGINT(10) unsigned NOT NULL auto_increment, blockid BIGINT(10) unsigned NOT NULL DEFAULT 0, pageid BIGINT(10) unsigned NOT NULL DEFAULT 0, pagetype VARCHAR(20) NOT NULL DEFAULT '', position VARCHAR(10) NOT NULL DEFAULT '', weight SMALLINT(3) NOT NULL DEFAULT 0, visible TINYINT(1) NOT NULL DEFAULT 0, configdata TEXT, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_block_instance COMMENT='to store block instances in pages'  
Èxit

(mysql): CREATE INDEX mdl_blocinst_pag_ix ON mdl_block_instance (pageid)  
Èxit

(mysql): CREATE INDEX mdl_blocinst_pag2_ix ON mdl_block_instance (pagetype)  
Èxit

(mysql): CREATE INDEX mdl_blocinst_blo_ix ON mdl_block_instance (blockid)  
Èxit

(mysql): CREATE TABLE mdl_block_pinned ( id BIGINT(10) unsigned NOT NULL auto_increment, blockid BIGINT(10) unsigned NOT NULL DEFAULT 0, pagetype VARCHAR(20) NOT NULL DEFAULT '', position VARCHAR(10) NOT NULL DEFAULT '', weight SMALLINT(3) NOT NULL DEFAULT 0, visible TINYINT(1) NOT NULL DEFAULT 0, configdata TEXT NOT NULL, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_block_pinned COMMENT='to pin blocks'  
Èxit

(mysql): CREATE INDEX mdl_blocpinn_pag_ix ON mdl_block_pinned (pagetype)  
Èxit

(mysql): CREATE INDEX mdl_blocpinn_blo_ix ON mdl_block_pinned (blockid)  
Èxit
La base de dades s'ha actualitzat amb èxit
La versió dels blocs és ara 2007081300

activity_modules

S'han configurat correctament les taules Activitats

admin

S'han configurat correctament les taules Administració

admin_bookmarks

S'han configurat correctament les taules Dreceres d'administració

admin_tree

S'han configurat correctament les taules Administració del lloc

blog_menu

S'han configurat correctament les taules Menú de bitàcola

blog_tags

S'han configurat correctament les taules Etiquetes de bitàcoles

calendar_month

S'han configurat correctament les taules Calendari

calendar_upcoming

S'han configurat correctament les taules Esdeveniments pròxims

course_list

S'han configurat correctament les taules Cursos

course_summary

S'han configurat correctament les taules Descripció del curs/lloc

glossary_random

S'han configurat correctament les taules Entrada aleatòria del glossari

html

S'han configurat correctament les taules HTML

loancalc

S'han configurat correctament les taules Loan calculator

login

S'han configurat correctament les taules Entrada

mentees

S'han configurat correctament les taules Tutelats

messages

S'han configurat correctament les taules Missatges

mnet_hosts

S'han configurat correctament les taules Servidors en Xarxa

news_items

S'han configurat correctament les taules Últimes notícies

online_users

S'han configurat correctament les taules Usuaris en línia

participants

S'han configurat correctament les taules Persones

quiz_results

S'han configurat correctament les taules Resultats del qüestionari

recent_activity

S'han configurat correctament les taules Activitat recent

rss_client


(mysql): CREATE TABLE mdl_block_rss_client ( id BIGINT(10) unsigned NOT NULL auto_increment, userid BIGINT(10) unsigned NOT NULL DEFAULT 0, title TEXT NOT NULL, preferredtitle VARCHAR(64) NOT NULL DEFAULT '', description TEXT NOT NULL, shared TINYINT(2) unsigned NOT NULL DEFAULT 0, url VARCHAR(255) NOT NULL DEFAULT '', CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_block_rss_client COMMENT='Remote news feed information. Contains the news feed id, the'  
Èxit
S'han configurat correctament les taules Canals RSS remots

search


(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): CREATE TABLE mdl_block_search_documents ( id BIGINT(10) unsigned NOT NULL auto_increment, docid VARCHAR(32) NOT NULL DEFAULT '', doctype VARCHAR(32) NOT NULL DEFAULT 'none', itemtype VARCHAR(32) NOT NULL DEFAULT 'standard', title VARCHAR(255) NOT NULL DEFAULT '', url VARCHAR(255) NOT NULL DEFAULT '', docdate BIGINT(10) unsigned NOT NULL DEFAULT 0, updated BIGINT(10) unsigned NOT NULL DEFAULT 0, courseid BIGINT(10) unsigned NOT NULL DEFAULT 0, groupid BIGINT(10) unsigned NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_block_search_documents COMMENT='table to store search index backups'  
Èxit

(mysql): CREATE INDEX mdl_blocseardocu_doc_ix ON mdl_block_search_documents (docid)  
Èxit

(mysql): CREATE INDEX mdl_blocseardocu_doc2_ix ON mdl_block_search_documents (doctype)  
Èxit

(mysql): CREATE INDEX mdl_blocseardocu_ite_ix ON mdl_block_search_documents (itemtype)  
Èxit
S'han configurat correctament les taules Cerca global

search_forums

S'han configurat correctament les taules Cerca fòrums

section_links

S'han configurat correctament les taules Enllaços de seccions

site_main_menu

S'han configurat correctament les taules Menú principal

social_activities

S'han configurat correctament les taules Activitats socials

tag_flickr

S'han configurat correctament les taules Flickr

tag_youtube

S'han configurat correctament les taules Youtube

tags

S'han configurat correctament les taules Etiquetes

enrol/authorize plugin needs upgrading


(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): SHOW TABLES  

(mysql): CREATE TABLE mdl_enrol_authorize ( id BIGINT(10) unsigned NOT NULL auto_increment, paymentmethod enum('cc', 'echeck') NOT NULL DEFAULT 'cc', refundinfo SMALLINT(4) unsigned NOT NULL DEFAULT 0, ccname VARCHAR(255) NOT NULL DEFAULT '', courseid BIGINT(10) unsigned NOT NULL DEFAULT 0, userid BIGINT(10) unsigned NOT NULL DEFAULT 0, transid BIGINT(20) unsigned NOT NULL DEFAULT 0, status BIGINT(10) unsigned NOT NULL DEFAULT 0, timecreated BIGINT(10) unsigned NOT NULL DEFAULT 0, settletime BIGINT(10) unsigned NOT NULL DEFAULT 0, amount VARCHAR(10) NOT NULL DEFAULT '', currency VARCHAR(3) NOT NULL DEFAULT 'USD', CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_enrol_authorize COMMENT='Holds all known information about authorize.net transactions'  
Èxit

(mysql): CREATE INDEX mdl_enroauth_cou_ix ON mdl_enrol_authorize (courseid)  
Èxit

(mysql): CREATE INDEX mdl_enroauth_use_ix ON mdl_enrol_authorize (userid)  
Èxit

(mysql): CREATE INDEX mdl_enroauth_sta_ix ON mdl_enrol_authorize (status)  
Èxit

(mysql): CREATE INDEX mdl_enroauth_tra_ix ON mdl_enrol_authorize (transid)  
Èxit

(mysql): CREATE TABLE mdl_enrol_authorize_refunds ( id BIGINT(10) unsigned NOT NULL auto_increment, orderid BIGINT(10) unsigned NOT NULL DEFAULT 0, status TINYINT(1) unsigned NOT NULL DEFAULT 0, amount VARCHAR(10) NOT NULL DEFAULT '', transid BIGINT(20) unsigned DEFAULT 0, settletime BIGINT(10) unsigned NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_enrol_authorize_refunds COMMENT='Authorize.net refunds'  
Èxit

(mysql): CREATE INDEX mdl_enroauthrefu_tra_ix ON mdl_enrol_authorize_refunds (transid)  
Èxit

(mysql): CREATE INDEX mdl_enroauthrefu_ord_ix ON mdl_enrol_authorize_refunds (orderid)  
Èxit
S'han configurat correctament les taules authorize

enrol/paypal plugin needs upgrading


(mysql): CREATE TABLE mdl_enrol_paypal ( id BIGINT(10) unsigned NOT NULL auto_increment, business VARCHAR(255) NOT NULL DEFAULT '', receiver_email VARCHAR(255) NOT NULL DEFAULT '', receiver_id VARCHAR(255) NOT NULL DEFAULT '', item_name VARCHAR(255) NOT NULL DEFAULT '', courseid BIGINT(10) unsigned NOT NULL DEFAULT 0, userid BIGINT(10) unsigned NOT NULL DEFAULT 0, memo VARCHAR(255) NOT NULL DEFAULT '', tax VARCHAR(255) NOT NULL DEFAULT '', option_name1 VARCHAR(255) NOT NULL DEFAULT '', option_selection1_x VARCHAR(255) NOT NULL DEFAULT '', option_name2 VARCHAR(255) NOT NULL DEFAULT '', option_selection2_x VARCHAR(255) NOT NULL DEFAULT '', payment_status VARCHAR(255) NOT NULL DEFAULT '', pending_reason VARCHAR(255) NOT NULL DEFAULT '', reason_code VARCHAR(30) NOT NULL DEFAULT '', txn_id VARCHAR(255) NOT NULL DEFAULT '', parent_txn_id VARCHAR(255) NOT NULL DEFAULT '', payment_type VARCHAR(30) NOT NULL DEFAULT '', timeupdated BIGINT(10) unsigned NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )  
Èxit

(mysql): ALTER TABLE mdl_enrol_paypal COMMENT='Holds all known information about PayPal transactions'  
Èxit
S'han configurat correctament les taules paypal

grade/export/ods plugin needs upgrading

S'han configurat correctament les taules ods

grade/export/txt plugin needs upgrading

S'han configurat correctament les taules txt

grade/export/xls plugin needs upgrading

S'han configurat correctament les taules xls

grade/export/xml plugin needs upgrading

S'han configurat correctament les taules xml