You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the PDO database driver results in the following error:
Database_Exception [ 42000 ]: [SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group, description) VALUES ('20110402212905', 'api', 'create-cache-table')' at line 1] 42000 ( INSERT INTO minion_migrations (timestamp, group, description) VALUES ('20110402212905', 'api', 'create-cache-table') )
The text was updated successfully, but these errors were encountered:
Using the PDO database driver results in the following error:
Database_Exception [ 42000 ]: [SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group, description) VALUES ('20110402212905', 'api', 'create-cache-table')' at line 1] 42000 ( INSERT INTO minion_migrations (timestamp, group, description) VALUES ('20110402212905', 'api', 'create-cache-table') )
The text was updated successfully, but these errors were encountered: