mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 sqlserver sql脚本 索引位置写错
This commit is contained in:
		@@ -1053,6 +1053,9 @@ CREATE TABLE sys_dict_type
 | 
			
		||||
ON [PRIMARY]
 | 
			
		||||
GO
 | 
			
		||||
 | 
			
		||||
CREATE NONCLUSTERED INDEX sys_dict_type_index1 ON sys_dict_type (tenant_id, dict_type)
 | 
			
		||||
GO
 | 
			
		||||
 | 
			
		||||
EXEC sys.sp_addextendedproperty
 | 
			
		||||
    'MS_Description', N'字典主键' ,
 | 
			
		||||
    'SCHEMA', N'dbo',
 | 
			
		||||
@@ -1859,9 +1862,6 @@ CREATE TABLE sys_post
 | 
			
		||||
ON [PRIMARY]
 | 
			
		||||
GO
 | 
			
		||||
 | 
			
		||||
CREATE NONCLUSTERED INDEX sys_dict_type_index1 ON sys_dict_type (tenant_id, dict_type)
 | 
			
		||||
GO
 | 
			
		||||
 | 
			
		||||
EXEC sys.sp_addextendedproperty
 | 
			
		||||
    'MS_Description', N'岗位ID' ,
 | 
			
		||||
    'SCHEMA', N'dbo',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user