Removed OID from database schema

This commit is contained in:
aroman
2013-07-29 08:47:02 +02:00
committed by Ivan Masár
parent 93bf43e267
commit 46f634164e

View File

@@ -78,4 +78,4 @@ CREATE TABLE requestitem
expires timestamp,
CONSTRAINT requestitem_pkey PRIMARY KEY (requestitem_id),
CONSTRAINT requestitem_token_key UNIQUE (token)
) WITH OIDS;
);