Initial commit
Dieser Commit ist enthalten in:
9
v2_adminpanel/migrations/remove_duplicate_api_key.sql
Normale Datei
9
v2_adminpanel/migrations/remove_duplicate_api_key.sql
Normale Datei
@ -0,0 +1,9 @@
|
||||
-- Remove duplicate API key from client_configs table
|
||||
-- Since admin panel is exclusively for Account Forger, we only need system_api_key
|
||||
|
||||
-- Remove the api_key column from client_configs
|
||||
ALTER TABLE client_configs DROP COLUMN IF EXISTS api_key;
|
||||
|
||||
-- Update description
|
||||
COMMENT ON TABLE client_configs IS 'Configuration for Account Forger client (versions, timeouts)';
|
||||
COMMENT ON TABLE system_api_key IS 'Single API key for Account Forger authentication';
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren