Replies: 1 comment 3 replies
-
This issue is related to your custom module, make sure you add PK to your table. In case you don't have PR for any reason we support this in YesSQL |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a new site with a mysql database, no custom modules, but it keeps throwing errors.
I guess the issue is
sql_require_primary_key
is set to true?May I know why some tables don't have primary keys and would that lead to any performance issues?
Note that no exception is shown on the frontend and I am redirected to the login page. This gave me the assumption the site was actually set up.
What could be the cause of the following errors though, why is it trying to do migrations that already ran? I'm running this on a new database.
Beta Was this translation helpful? Give feedback.
All reactions