HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/hMailServer/DBScripts/Upgrade4301to4400MSSQL.sql
ALTER TABLE hm_domains ADD domainmaxnoofaccounts INT NOT NULL DEFAULT 0

ALTER TABLE hm_domains ADD domainmaxnoofaliases INT NOT NULL DEFAULT 0

ALTER TABLE hm_domains ADD domainmaxnoofdistributionlists INT NOT NULL DEFAULT 0

ALTER TABLE hm_domains ADD domainlimitationsenabled INT NOT NULL DEFAULT 0

ALTER TABLE hm_domains ADD domainmaxaccountsize INT NOT NULL DEFAULT 0

ALTER TABLE hm_accounts ADD accountlastlogontime datetime NOT NULL DEFAULT GETDATE()

UPDATE hm_accounts SET accountlastlogontime = GETDATE()

update hm_dbversion set value = 4400