Skip to content
Snippets Groups Projects
Commit ae9585f6103b authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

Added #script to delete removed table column from DB

parent 70bb535b0098
No related branches found
Tags TAG_2.0
No related merge requests found
--remove the old column from res.users
ALTER TABLE res_users DROP COLUMN IF EXISTS saml_access_token;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment