This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
zitadel
Watch
1
Star
0
Fork
0
You've already forked zitadel
mirror of
https://github.com/zitadel/zitadel.git
synced
2024-12-14 03:54:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f6995fcb6c
zitadel
/
cmd
/
setup
/
07
/
logstore.sql
4 lines
94 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: add quotas (#4779) adds possibilities to cap authenticated requests and execution seconds of actions on a defined intervall
2023-02-15 01:52:11 +00:00
CREATE
SCHEMA
IF
NOT
EXISTS
logstore
;
fix(init): correct quoting of database and user (#6928) * fix(init): correct quoting * quote username in logstore migration --------- Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-12-03 08:30:08 +00:00
GRANT
ALL
ON
ALL
TABLES
IN
SCHEMA
logstore
TO
"
%[1]s
"
;
Reference in New Issue
Copy Permalink