This commit is contained in:
bash
2024-07-29 19:03:28 +00:00
parent 47019a73e8
commit 225c4e56f5
16 changed files with 338 additions and 336 deletions

View File

@@ -1,3 +1,3 @@
USE acore_auth;
SELECT * FROM realmlist;
UPDATE realmlist SET name='{{REALM_NAME}}';
USE acore_auth;
UPDATE realmlist
SET name='{{REALM_NAME}}';