mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
Fix typo in DB version strings (there should be no .sql suffix)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user