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:29:42 +0100 |
commit | 0ffb1a7af33bddd30d52080c99e5cf4fd5757416 (patch) | |
tree | dc95510a813cf22aa109b7c04d9ce00fc166dc99 /SQL/postgres.initial.sql | |
parent | 203251838b1917bd79c3482b0381ac50f22b3877 (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'); |