diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-17 18:08:24 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-17 18:08:24 +0100 |
commit | aa691c40eda8fbae0f9175a5a59569f24d066a83 (patch) | |
tree | 635725fa642a0e0a3fbf9fc9d29e53b0e0a055a8 /SQL/postgres.initial.sql | |
parent | 474d9d49df58a673350e4fb8b68589a578eaae96 (diff) |
Bump version number in *.initial.sql
Diffstat (limited to 'SQL/postgres.initial.sql')
-rw-r--r-- | SQL/postgres.initial.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql index d7dc08f90..d6acb5d69 100644 --- a/SQL/postgres.initial.sql +++ b/SQL/postgres.initial.sql @@ -274,4 +274,4 @@ CREATE TABLE "system" ( value text ); -INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011000.sql'); +INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700.sql'); |