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
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Bug:
When trying to run db script (samm.sql), the script errors out:
Results:
script cannot create foreign key relationship due to table not in existence
ubuntu@ip-172-31-24-36:~/dashboard-webapp$ sudo mysql -u root -p -D samm < samm.sql
Enter password:
ERROR 1824 (HY000) at line 1248: Failed to open the referenced table 'role_copy'
ubuntu@ip-172-31-24-36:~/dashboard-webapp$
Expected results:
command runs without errors
ubuntu@ip-172-31-24-36:~/dashboard-webapp$ sudo mysql -u root -p -D samm < samm.sql
Enter password:
ubuntu@ip-172-31-24-36:~/dashboard-webapp$
Issues:
Alter table command references non-existent table (roles_copy) should be (roles)
Roles table does not have primary key
Roles table has duplicated values in the 'id' column
PR will follow
The text was updated successfully, but these errors were encountered:
Bug:
When trying to run db script (samm.sql), the script errors out:
Results:
script cannot create foreign key relationship due to table not in existence
Expected results:
command runs without errors
Issues:
PR will follow
The text was updated successfully, but these errors were encountered: