From de2ea4c96a007cd1c6545f0b4a063d3392a1a0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Thu, 15 Oct 2015 16:48:38 +0200 Subject: Implemented python login using authenticated SAML credentials. --- scripts/db_update-20151015.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/db_update-20151015.sql (limited to 'scripts') diff --git a/scripts/db_update-20151015.sql b/scripts/db_update-20151015.sql new file mode 100644 index 0000000..a934725 --- /dev/null +++ b/scripts/db_update-20151015.sql @@ -0,0 +1 @@ +alter table codeq_user alter username type varchar(50), alter password drop not null, add saml_data jsonb; -- cgit v1.2.1