init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO [dbo].[ChannelSettings]
|
||||
([SettingName], [DefaultValue])
|
||||
VALUES
|
||||
('ZeroMethod', 'AverageOverTime'),
|
||||
('ZeroMethodStart', '-0.05'),
|
||||
('ZeroMethodEnd', '-0.02');
|
||||
Reference in New Issue
Block a user