mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 20:08:02 +00:00
12d4d3ea0b
* fix: enable env vars in setup steps (and deprecate admin subcommand) * fix tests and error text
7 lines
101 B
SQL
7 lines
101 B
SQL
CREATE TABLE system.encryption_keys (
|
|
id TEXT NOT NULL
|
|
, key TEXT NOT NULL
|
|
|
|
, PRIMARY KEY (id)
|
|
);
|