forked from mirrors/easyappointments
Set correct initial value for the ea_migrations class.
This commit is contained in:
parent
c334691cf5
commit
f78f45ef6f
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ VALUES
|
|||
('date_format', 'DMY'),
|
||||
('require_captcha', '0');
|
||||
|
||||
INSERT INTO `ea_migrations` VALUES ('8');
|
||||
INSERT INTO `ea_migrations` VALUES ('9');
|
||||
|
|
Loading…
Reference in a new issue