Commit ab5a3042 authored by 任国军's avatar 任国军

fix couse_area

parent 96daae5b
Pipeline #16599 passed with stage
in 48 seconds
...@@ -7,7 +7,7 @@ module.exports = app => { ...@@ -7,7 +7,7 @@ module.exports = app => {
const { STRING, INTEGER, DATE, DECIMAL, TEXT, ENUM } = app.Sequelize; const { STRING, INTEGER, DATE, DECIMAL, TEXT, ENUM } = app.Sequelize;
const CourseArea = app.classModel.define('course_area'); const CourseArea = app.classModel.define('course_area_v1');
const CourseInstitution = app.classModel.define('course_institution_v1', { const CourseInstitution = app.classModel.define('course_institution_v1', {
id: { id: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment