Ver Fonte

Adding custom styles during the installation process.

Julio Montoya há 11 anos atrás
pai
commit
b8e6224a9f
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      main/install/1.10.0/update.sql

+ 3 - 0
main/install/1.10.0/update.sql

@@ -51,3 +51,6 @@ ALTER TABLE branch_transaction_log CHANGE sync_trans_id transaction_id bigint un
 ALTER TABLE branch_transaction_log DROP branch_sync_id, DROP sync_type;
 ALTER TABLE branch_transaction_log CHANGE sync_trans_date import_time DATETIME NULL DEFAULT NULL;
 ALTER TABLE branch_transaction_log ADD message MEDIUMTEXT NOT NULL;
+
+UPDATE settings_current SET selected_value = 'minedu' WHERE variable = 'template';
+UPDATE settings_current SET selected_value = 'digedd' WHERE variable = 'stylesheets';