Comments are only visible to users with admin rights or who have the new permission level 'export'. Also opportunisitally reduced code duplication in script.js
3 lines
139 B
SQL
3 lines
139 B
SQL
ALTER TABLE `points` ADD COLUMN `personRole` TEXT NOT NULL DEFAULT '';
|
|
ALTER TABLE `points` ADD COLUMN `comment` TEXT NOT NULL DEFAULT '';
|