summaryrefslogtreecommitdiff
path: root/upgrading/3.4.0.txt
blob: c2f16888e62560270dc6ecc13ce5af87049b5ffb (plain)
1
2
3
4
5
1. Add the "Trusted User & Developer" user group:

----
INSERT INTO AccountTypes (ID, AccountType) VALUES (4, 'Trusted User & Developer');
----