提交脚本
This commit is contained in:
parent
e8939d4628
commit
9474a9765f
|
@ -1,3 +1,7 @@
|
||||||
alter table [dbo].[Base_Project] add MonitorPW nvarchar(50) null
|
alter table [dbo].[Base_Project] add MonitorPW nvarchar(50) null
|
||||||
alter table [dbo].[Base_Project] add MonitorId nvarchar(50) null
|
alter table [dbo].[Base_Project] add MonitorId nvarchar(50) null
|
||||||
|
GO
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[Sys_Set] ([SetId], [SetName], [IsAuto], [SetValue]) VALUES (1012, N'弝ⅰ潼諷華硊', NULL, N'http://camera.cwcec.com:10000/');
|
||||||
|
INSERT INTO [dbo].[Sys_Set] ([SetId], [SetName], [IsAuto], [SetValue]) VALUES (1013, N'弝ⅰ潼諷躇鎢', NULL, N'LiChao123');
|
||||||
GO
|
GO
|
Loading…
Reference in New Issue