summaryrefslogtreecommitdiff
path: root/util/updates/update_2.18.sql
blob: c4cfe84f1fb75eef201c544c01dd542e2e7c833b (plain)
1
2
3
4
5

CREATE TYPE tag_category AS ENUM('cont', 'ero', 'tech');

ALTER TABLE tags ADD COLUMN cat tag_category NOT NULL DEFAULT 'cont';