Home
last modified time | relevance | path

Searched refs:auth_user (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/authpdo/_test/pgsql/
Ddjango.sql140 CREATE TABLE auth_user ( table
155 ALTER TABLE auth_user OWNER TO postgres;
209 ALTER SEQUENCE auth_user_id_seq OWNED BY auth_user.id;
540 ALTER TABLE ONLY auth_user ALTER COLUMN id SET DEFAULT nextval('auth_user_id_seq'::regclass);
692 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
693 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
694 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
695 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
696 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
952 ALTER TABLE ONLY auth_user
[all …]