# HG changeset patch # User Vincent Lhote-Hatakeyama <vincent.lhote@xcg-consulting.fr> # Date 1415633931 -3600 # Mon Nov 10 16:38:51 2014 +0100 # Node ID ae9585f6103b8271c2b1fba26653b259e472be92 # Parent 70bb535b00986c9d4f0af96941b23f04d24814fb Added #script to delete removed table column from DB diff --git a/script/2.0-cleanup.sql b/script/2.0-cleanup.sql new file mode 100644 --- /dev/null +++ b/script/2.0-cleanup.sql @@ -0,0 +1,2 @@ +--remove the old column from res.users +ALTER TABLE res_users DROP COLUMN IF EXISTS saml_access_token;