mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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'),
|
('date_format', 'DMY'),
|
||||||
('require_captcha', '0');
|
('require_captcha', '0');
|
||||||
|
|
||||||
INSERT INTO `ea_migrations` VALUES ('8');
|
INSERT INTO `ea_migrations` VALUES ('9');
|
||||||
|
|
Loading…
Reference in a new issue