mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update warm-flow 1.6.7 => 1.6.8
This commit is contained in:
@ -8,6 +8,9 @@ EXEC sp_addextendedproperty
|
||||
'COLUMN', N'ext'
|
||||
GO
|
||||
|
||||
CREATE NONCLUSTERED INDEX user_associated_idx ON flow_user (associated ASC)
|
||||
GO
|
||||
|
||||
ALTER TABLE sys_oss ADD ext1 nvarchar(500) NULL;
|
||||
|
||||
EXEC sp_addextendedproperty
|
||||
|
Reference in New Issue
Block a user