dashboard
repositories
filestore
activity
search
login
main
/
smart_assess
智能安评系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update
kongzy
2024-06-03
022b17044ab6bb284fd6313da91d1d1dfb2d5079
[smart_assess.git]
/
assess-admin
/
src
/
main
/
resources
/
db
/
migration
/
V20240226006_face_recognition_index.sql
1
2
ALTER TABLE `smart_assess`.`ass_face_recognition`
ADD INDEX `index_project_id`(`project_id`) USING BTREE;