aurweb/upgrading/3.4.0.txt
moson 35ba383e12
housekeep: TU rename - UI elements
Rename all UI elements and translations.

Signed-off-by: moson <moson@archlinux.org>
2023-09-09 19:29:50 +02:00

5 lines
156 B
Text

1. Add the "Package Maintainer & Developer" user group:
----
INSERT INTO AccountTypes (ID, AccountType) VALUES (4, 'Package Maintainer & Developer');
----