]> WPIA git - gigi.git/blob - src/club/wpia/gigi/database/upgrade/from_28.sql
upd: store different types of revocation
[gigi.git] / src / club / wpia / gigi / database / upgrade / from_28.sql
1 CREATE TYPE "revocationType" AS ENUM('user', 'support', 'ping_timeout');
2 ALTER TABLE "certs" ADD COLUMN  "revocationType" "revocationType" NULL;