Skip to content
Snippets Groups Projects
Commit daee0006 authored by Lukas Fleischer's avatar Lukas Fleischer
Browse files

upgrading/4.2.0.txt: Fix numbering

parent 7a3a3876
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ UPDATE PackageComments SET DelTS = EditedTS WHERE DelUsersID IS NOT NULL;
ALTER TABLE PackageRequests ADD COLUMN ClosureComment TEXT NOT NULL DEFAULT '';
----
4. Change FlaggerComment from varchar to text.
6. Change FlaggerComment from VARCHAR to TEXT:
----
ALTER TABLE PackageBases MODIFY COLUMN FlaggerComment TEXT NOT NULL DEFAULT '';
......
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