clickmap/evolutions/02_fields.sql
Erik Thuning 05dcc7e5d9 Implemented support for roles and comments on each point
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
2025-09-03 16:28:20 +02:00

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 '';