mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 增加5.3.0-5.3.1升级sql
This commit is contained in:
9
script/sql/update/sqlserver/update_5.3.0-5.3.1.sql
Normal file
9
script/sql/update/sqlserver/update_5.3.0-5.3.1.sql
Normal file
@ -0,0 +1,9 @@
|
||||
ALTER TABLE flow_node DROP COLUMN skip_any_node;
|
||||
ALTER TABLE flow_node ADD ext nvarchar(500) NULL;
|
||||
|
||||
EXEC sp_addextendedproperty
|
||||
'MS_Description', N'扩展属性',
|
||||
'SCHEMA', N'dbo',
|
||||
'TABLE', N'flow_node',
|
||||
'COLUMN', N'ext'
|
||||
GO
|
Reference in New Issue
Block a user