第一次提交
This commit is contained in:
22
db/数据库更新20171017.sql
Normal file
22
db/数据库更新20171017.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
USE [ASRS_WXZD_JYMH_CPK]
|
||||
|
||||
GO
|
||||
insert into sys_string_resource values('zh_CN', 'color', '<EFBFBD><EFBFBD>ɫ')
|
||||
go
|
||||
insert into sys_string_resource values('zh_CN', 'zxrq', 'װ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>')
|
||||
go
|
||||
update sys_string_resource set caption='<EFBFBD><EFBFBD><EFBFBD><EFBFBD>' where id='txm';
|
||||
go
|
||||
|
||||
SET ANSI_PADDING ON
|
||||
|
||||
|
||||
GO
|
||||
|
||||
CREATE NONCLUSTERED INDEX [IX_cpptm_bak__lpxx] ON [dbo].[cpptm_bak]
|
||||
(
|
||||
[lpxx] ASC
|
||||
)
|
||||
INCLUDE ( [id])
|
||||
GO
|
||||
Reference in New Issue
Block a user