Skip to content

Commit ce704e9

Browse files
committed
work
1 parent 9b6e107 commit ce704e9

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

etc/db2.sql

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -531,14 +531,14 @@ COPY public.user_account_registration (id, row_created_at, row_updated_at, uuid,
531531
-- Name: context_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist
532532
--
533533

534-
SELECT pg_catalog.setval('public.context_sequence', 1100, true);
534+
SELECT pg_catalog.setval('public.data_context_sequence', 1100, true);
535535

536536

537537
--
538538
-- Name: project_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist
539539
--
540540

541-
SELECT pg_catalog.setval('public.project_sequence', 1250, true);
541+
SELECT pg_catalog.setval('public.data_project_sequence', 1250, true);
542542

543543

544544
--
@@ -552,8 +552,7 @@ SELECT pg_catalog.setval('public.search_request_sequence', 1000, false);
552552
-- Name: task_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist
553553
--
554554

555-
SELECT pg_catalog.setval('public.task_sequence', 1900, true);
556-
555+
SELECT pg_catalog.setval('public.data_task_sequence', 1900, true);
557556

558557
--
559558
-- Name: user_account_password_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist
@@ -563,8 +562,7 @@ SELECT pg_catalog.setval('public.user_account_password_sequence', 1000, false);
563562

564563

565564
--
566-
-- Name: user_account_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist
567-
--
565+
-- Name: user_account_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist--
568566

569567
SELECT pg_catalog.setval('public.user_account_sequence', 1050, true);
570568

@@ -573,21 +571,21 @@ SELECT pg_catalog.setval('public.user_account_sequence', 1050, true);
573571
-- Name: user_message_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist
574572
--
575573

576-
SELECT pg_catalog.setval('public.user_message_sequence', 1450, true);
574+
SELECT pg_catalog.setval('public.user_chat_message_sequence', 1450, true);
577575

578576

579577
--
580578
-- Name: user_password_recovery_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist
581579
--
582580

583-
SELECT pg_catalog.setval('public.user_password_recovery_sequence', 1100, true);
581+
SELECT pg_catalog.setval('public.user_account_password_recovery_sequence', 1100, true);
584582

585583

586584
--
587585
-- Name: user_registration_sequence; Type: SEQUENCE SET; Schema: public; Owner: simpleworklist
588586
--
589587

590-
SELECT pg_catalog.setval('public.user_registration_sequence', 1150, true);
588+
SELECT pg_catalog.setval('public.user_account_registration_sequence', 1150, true);
591589

592590

593591
--

0 commit comments

Comments
 (0)