Skip to content

Commit

Permalink
reset db
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Nov 18, 2024
1 parent d9f8454 commit cd2898e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/sql_fixtures/reset_db_fixtures/reset_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2639,6 +2639,7 @@ COPY public.django_migrations (id, app, name, applied) FROM stdin;
155 fyle_accounting_mappings 0026_destinationattribute_code 2024-10-01 09:00:27.71815+00
156 fyle 0021_expense_is_posted_at_null 2024-11-17 21:11:41.101604+00
157 tasks 0010_alter_tasklog_expense_group 2024-11-17 21:11:41.133814+00
158 workspaces 0039_alter_workspacegeneralsettings_change_accounting_period 2024-11-18 04:43:45.472917+00
\.


Expand Down Expand Up @@ -5176,7 +5177,7 @@ SELECT pg_catalog.setval('public.django_content_type_id_seq', 40, true);
-- Name: django_migrations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres
--

SELECT pg_catalog.setval('public.django_migrations_id_seq', 157, true);
SELECT pg_catalog.setval('public.django_migrations_id_seq', 158, true);


--
Expand Down

0 comments on commit cd2898e

Please sign in to comment.