diff options
Diffstat (limited to 'upgrading/3.4.0.txt')
-rw-r--r-- | upgrading/3.4.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/upgrading/3.4.0.txt b/upgrading/3.4.0.txt new file mode 100644 index 0000000..c2f1688 --- /dev/null +++ b/upgrading/3.4.0.txt @@ -0,0 +1,5 @@ +1. Add the "Trusted User & Developer" user group: + +---- +INSERT INTO AccountTypes (ID, AccountType) VALUES (4, 'Trusted User & Developer'); +---- |