summaryrefslogtreecommitdiffstats
path: root/upgrading/4.5.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'upgrading/4.5.0.txt')
-rw-r--r--upgrading/4.5.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/upgrading/4.5.0.txt b/upgrading/4.5.0.txt
new file mode 100644
index 00000000..6c4ce807
--- /dev/null
+++ b/upgrading/4.5.0.txt
@@ -0,0 +1,5 @@
+1. Add Timezone column to Users:
+
+---
+ALTER TABLE Users ADD COLUMN Timezone VARCHAR(32) NOT NULL DEFAULT 'UTC';
+--- \ No newline at end of file