Julio Montoya 13 жил өмнө
parent
commit
fbfb043372

+ 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 '';