Browse Source

Fixing sql

Julio Montoya 13 years ago
parent
commit
fbfb043372
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/install/migrate-db-1.8.8-1.9.0-pre.sql

+ 0 - 1
main/install/migrate-db-1.8.8-1.9.0-pre.sql

@@ -26,7 +26,6 @@ INSERT INTO settings_current (variable, subkey, type, category, selected_value,
 INSERT INTO settings_options (variable, value, display_text) VALUES ('show_documents_preview', 'true', 'Yes');
 INSERT INTO settings_options (variable, value, display_text) VALUES ('show_documents_preview', 'false', 'No');
 
-show_documents_preview
 
 -- xxSTATSxx
 ALTER TABLE track_e_exercices ADD COLUMN questions_to_check TEXT  NOT NULL DEFAULT '';