6 lines
212 B
MySQL
6 lines
212 B
MySQL
|
|
INSERT INTO [dbo].[ChannelSettings]
|
|||
|
|
([SettingName], [DefaultValue])
|
|||
|
|
VALUES
|
|||
|
|
('ZeroMethod', 'AverageOverTime'),
|
|||
|
|
('ZeroMethodStart', '-0.05'),
|
|||
|
|
('ZeroMethodEnd', '-0.02');
|