Skip to content
Snippets Groups Projects
Commit 67fc9b7a authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed bad upgrade scipt (typo in a column name)

parent 5899d688
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ VALUES ('2_1_14_2', '2_1_14_3', 'TRANSPARENT');
COMMIT;
/* Schema change */
ALTER TABLE User_privilege MODIFY (uid NUMBER);
ALTER TABLE User_privilege MODIFY (u_id NUMBER);
/* Flag the schema upgrade as COMPLETE */
/***************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment