update warm-flow 1.6.7 => 1.6.8

This commit is contained in:
疯狂的狮子Li
2025-03-19 11:34:53 +08:00
parent d4f792810e
commit bba163f7b4
9 changed files with 14 additions and 2 deletions

View File

@ -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