Add theme patch

This commit is contained in:
DariusIII
2018-05-03 13:55:34 +02:00
parent 7349ebae8f
commit 4bafe7f171
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-05-03 DariusIII
* Chg: Add theme patch
* Chg: Update themes, remove Gamma theme
2018-05-02 DariusIII
* Chg: Update laravel/framework to version 5.6.20, symfony components and font-awesome to their latest versions
+3
View File
@@ -0,0 +1,3 @@
# Switch users from Gamma to default site theme
UPDATE users SET style='None' WHERE style='Gamma';