Files
DP44/DataPRO/Modules/Database/DatabaseMigrationScripts/.svn/pristine/2f/2f51b24e4ca976596b9ddc57c8c73edd3c9aa7e5.svn-base

10 lines
249 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
INSERT INTO [dbo].[Settings]
([PropertyId]
,[PropertyType]
,[PropertyValue]
,[UserId])
VALUES
('EnableClockSourceSelect'
,2
,'False'
,'SYSTEM');