Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Fix schema name
Browse files Browse the repository at this point in the history
  • Loading branch information
zdevaty committed Nov 24, 2023
1 parent 58704c7 commit 8e926b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ INSERT INTO public.eliona_app (app_name, enable)
VALUES ('saml-sso', 't')
ON CONFLICT (app_name) DO UPDATE SET initialized_at = null;

DROP SCHEMA IF EXISTS saml-sso CASCADE;
DROP SCHEMA IF EXISTS saml_sp CASCADE;

-- DELETE FROM eliona_app WHERE app_name = 'saml-sso';
-- DELETE FROM eliona_store WHERE app_name = 'saml-sso';

0 comments on commit 8e926b2

Please sign in to comment.