Make Userfields reorderable (closes #1134)

This commit is contained in:
Bernd Bestel
2020-11-17 20:12:45 +01:00
parent 887526c727
commit 6270f39688
6 changed files with 44 additions and 3 deletions

2
migrations/0119.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE userfields
ADD sort_number INTEGER;