Sha256: ecc698c00c24dd60253691212407e68c6b2785395e85dcd075d722592e1e879b
Contents?: true
Size: 435 Bytes
Versions: 6
Compression:
Stored size: 435 Bytes
Contents
CREATE TABLE openid_associations ( "id" INTEGER PRIMARY KEY NOT NULL, "server_url" blob, "handle" varchar(255), "secret" blob, "issued" integer, "lifetime" integer, "assoc_type" varchar(255) ); CREATE TABLE openid_nonces ( "id" INTEGER PRIMARY KEY NOT NULL, "nonce" varchar(255), "created" integer ); CREATE TABLE openid_settings ( "id" INTEGER PRIMARY KEY NOT NULL, "setting" varchar(255), "value" blob );
Version data entries
6 entries across 6 versions & 1 rubygems