This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
上传音频增加类型字段
private_deployment
lrh
1 year ago
parent
5fc75b1a1e
commit
778ee17f7d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
suimangAdmin/src/main/resources/db/migration/V202306271409_voice_material.sql
+ 2
- 0
suimangAdmin/src/main/resources/db/migration/V202306271409_voice_material.sql
View File
@@ -0,0 +1,2 @@
ALTER TABLE `mallink_suimang_test`.`voice_material`
ADD COLUMN `type` int NULL COMMENT '1-上传、2-录音' AFTER `type`;
Write
Preview
Loading…
Cancel
Save