summaryrefslogtreecommitdiff
path: root/tools/sql-migrate-20110905.sql
blob: f375373c7e570acc8f04927ccd6af86ec0106538 (plain)
1
2
3
4
5
6
7
CREATE TABLE openid_whitelist
(
  "name" text NOT NULL,
  trust_root text NOT null,
  created timestamp without time zone,
  CONSTRAINT openid_whitelist__pkey PRIMARY KEY (name, trust_root)
);