10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
|
|
INSERT INTO [dbo].[Settings]
|
||
|
|
([PropertyId]
|
||
|
|
,[PropertyType]
|
||
|
|
,[PropertyValue]
|
||
|
|
,[UserId])
|
||
|
|
VALUES
|
||
|
|
('EnableClockSourceSelect'
|
||
|
|
,2
|
||
|
|
,'False'
|
||
|
|
,'SYSTEM');
|