summaryrefslogtreecommitdiff
path: root/SQL/postgres.initial.sql
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-02-19 14:27:26 +0100
committerAleksander Machniak <alec@alec.pl>2013-02-19 14:27:26 +0100
commit9e46fb535ddce461a11f57d4ce75a43c3ad651e8 (patch)
treeec91ad9cb3b4d4fa7699f5755b9ece5a35af2d2d /SQL/postgres.initial.sql
parent2187b2b7d845f6c5b50e380447c034c830454e75 (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.sql2
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');