Fix typo in DB version strings (there should be no .sql suffix)

This commit is contained in:
Aleksander Machniak
2013-02-19 14:27:26 +01:00
parent 2187b2b7d8
commit 9e46fb535d
5 changed files with 5 additions and 5 deletions

View File

@@ -209,4 +209,4 @@ CREATE TABLE system (
value text NOT NULL
);
INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700.sql');
INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700');