summaryrefslogtreecommitdiff
path: root/SQL/postgres.update.sql
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-23 10:02:46 +0000
committeralecpl <alec@alec.pl>2011-11-23 10:02:46 +0000
commitf45074341c84a23720874ab647a0a602a16e41f5 (patch)
treeb902340d000323b913581745767d77605c8c5a4b /SQL/postgres.update.sql
parente01e7985176867c0fe7dae2853c44aff53a56db7 (diff)
- Add version markers
Diffstat (limited to 'SQL/postgres.update.sql')
-rw-r--r--SQL/postgres.update.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql
index d06ee8487..c96669dc8 100644
--- a/SQL/postgres.update.sql
+++ b/SQL/postgres.update.sql
@@ -166,4 +166,6 @@ CREATE TABLE cache_messages (
CREATE INDEX cache_messages_changed_idx ON cache_messages (changed);
+-- Updates from version 0.7-beta
+
ALTER TABLE "session" ALTER sess_id TYPE varchar(128);