6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
|
|
INSERT INTO [dbo].[DefaultProperties] (
|
||
|
|
[PropertyId],
|
||
|
|
[PropertyName],
|
||
|
|
[DefaultValue])
|
||
|
|
VALUES
|
||
|
|
(480, 'AllowStreamingModes', 'False')
|