This commit is contained in:
2023-04-14 10:32:31 +02:00
parent 7555e91462
commit ecafe27e3a
266 changed files with 52716 additions and 54717 deletions

View File

@@ -0,0 +1,4 @@
UPDATE TBDD_MODULES SET DB_VERSION = '1.0.1.0' where UPPER(NAME) = UPPER('Clipboard-Watcher')
GO
ALTER TABLE TBCW_PROFILES ADD ACTIVE BIT NOT NULL DEFAULT 0
GO