summaryrefslogtreecommitdiff
path: root/webmail/SQL/postgres/2010042300.sql
diff options
context:
space:
mode:
Diffstat (limited to 'webmail/SQL/postgres/2010042300.sql')
-rw-r--r--webmail/SQL/postgres/2010042300.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/webmail/SQL/postgres/2010042300.sql b/webmail/SQL/postgres/2010042300.sql
new file mode 100644
index 0000000..bc9bd82
--- /dev/null
+++ b/webmail/SQL/postgres/2010042300.sql
@@ -0,0 +1,4 @@
+-- Updates from version 0.4-beta
+
+ALTER TABLE users ALTER last_login DROP NOT NULL;
+ALTER TABLE users ALTER last_login SET DEFAULT NULL;