Skip to content
Snippets Groups Projects
Unverified Commit b14371f0 authored by briancanini's avatar briancanini Committed by GitHub
Browse files

Merge pull request #316 from ASCWebServices/courses

Fix primary key on asc_courses_api_data table
parents a33271cb b0f7334c
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ function asc_courses_schema() {
// 'default' => 0,
// ],
],
'primary key' => ['id'],
'primary key' => ['asc_courses_api_data_id'],
];
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment