瀏覽代碼

Fixing sql

Julio Montoya 13 年之前
父節點
當前提交
fbfb043372
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 '';