10 lines
820 B
Transact-SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

UPDATE TBDD_BASECONFIG SET DB_VERSION = '1.9.0.7'
GO
IF NOT EXISTS(SELECT GUID FROM TBDD_MODULES WHERE SHORT_NAME = 'ZF')
INSERT INTO TBDD_MODULES(NAME,SHORT_NAME,LICENSE,STRING1) VALUES
('ZooFlow','ZW','kc6j9HSv/UJVAzFjMZv2A3wHZFy+2nNLKP9Qs8g9EVY=','W')
GO
INSERT INTO TBDD_GROUPS (NAME,INTERNAL) VALUES ('ZOOFLOW_USER',1)
GO
INSERT INTO TBDD_GROUPS (NAME,INTERNAL) VALUES ('ZOOFLOW_ADMINS',1)
GO