Searched refs:django_migrations (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
D | django.sql | 324 CREATE TABLE django_migrations ( table 332 ALTER TABLE django_migrations OWNER TO postgres; 352 ALTER SEQUENCE django_migrations_id_seq OWNED BY django_migrations.id; 575 ALTER TABLE ONLY django_migrations ALTER COLUMN id SET DEFAULT nextval('django_migrations_id_seq'::… 799 INSERT INTO django_migrations (id, app, name, applied) VALUES (1, 'contenttypes', '0001_initial', '… 800 INSERT INTO django_migrations (id, app, name, applied) VALUES (2, 'auth', '0001_initial', '2016-03-… 801 INSERT INTO django_migrations (id, app, name, applied) VALUES (3, 'admin', '0001_initial', '2016-03… 802 INSERT INTO django_migrations (id, app, name, applied) VALUES (4, 'admin', '0002_logentry_remove_au… 803 INSERT INTO django_migrations (id, app, name, applied) VALUES (5, 'contenttypes', '0002_remove_cont… 804 INSERT INTO django_migrations (id, app, name, applied) VALUES (6, 'auth', '0002_alter_permission_na… [all …]
|