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