Set correct initial value for the ea_migrations class.

This commit is contained in:
alext 2018-02-23 15:22:23 +01:00
parent c334691cf5
commit f78f45ef6f
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ VALUES
('date_format', 'DMY'), ('date_format', 'DMY'),
('require_captcha', '0'); ('require_captcha', '0');
INSERT INTO `ea_migrations` VALUES ('8'); INSERT INTO `ea_migrations` VALUES ('9');