Untitled
unknown
plain_text
a year ago
39 kB
6
Indexable
toc.dat 0000600 0004000 0002000 00000035273 14646004742 0014460 0 ustar 00postgres postgres 0000000 0000000 PGDMP 6
| authDb 16.2 16.2 - H 0 0 ENCODING ENCODING SET client_encoding = 'UTF8';
false I 0 0
STDSTRINGS
STDSTRINGS ( SET standard_conforming_strings = 'on';
false J 0 0
SEARCHPATH
SEARCHPATH 8 SELECT pg_catalog.set_config('search_path', '', false);
false K 1262 16645 authDb DATABASE j CREATE DATABASE "authDb" WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE_PROVIDER = libc LOCALE = 'C';
DROP DATABASE "authDb";
postgres false Û 1259 16666 AspNetRoleClaims TABLE CREATE TABLE public."AspNetRoleClaims" (
"Id" integer NOT NULL,
"RoleId" text NOT NULL,
"ClaimType" text,
"ClaimValue" text
);
&