diff --git a/script/2.0-cleanup.sql b/script/2.0-cleanup.sql new file mode 100644 index 0000000000000000000000000000000000000000..ae9585f6103b8271c2b1fba26653b259e472be92_c2NyaXB0LzIuMC1jbGVhbnVwLnNxbA== --- /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;