diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-02-19 14:27:26 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-02-19 14:27:26 +0100 |
commit | 9e46fb535ddce461a11f57d4ce75a43c3ad651e8 (patch) | |
tree | ec91ad9cb3b4d4fa7699f5755b9ece5a35af2d2d /SQL/postgres.initial.sql | |
parent | 2187b2b7d845f6c5b50e380447c034c830454e75 (diff) |
Fix typo in DB version strings (there should be no .sql suffix)
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 d6acb5d69..32d8edee8 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', '2013011700.sql'); +INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700'); |