-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/feature/OPHKIOS-116' into fix/sn…
…yk-2024-12-test
- Loading branch information
Showing
353 changed files
with
20,565 additions
and
1,732 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,66 @@ | ||
-- | ||
-- PostgreSQL database dump | ||
-- | ||
|
||
-- Dumped from database version 12.9 (Debian 12.9-1.pgdg110+1) | ||
-- Dumped by pg_dump version 14.7 (Homebrew) | ||
|
||
SET statement_timeout = 0; | ||
SET lock_timeout = 0; | ||
SET idle_in_transaction_session_timeout = 0; | ||
SET client_encoding = 'UTF8'; | ||
SET standard_conforming_strings = on; | ||
SELECT pg_catalog.set_config('search_path', '', false); | ||
SET check_function_bodies = false; | ||
SET xmloption = content; | ||
SET client_min_messages = warning; | ||
SET row_security = off; | ||
|
||
-- | ||
-- Data for Name: email_type; Type: TABLE DATA; Schema: public; Owner: postgres | ||
-- | ||
|
||
COPY public.email_type (name) FROM stdin; | ||
ENROLLMENT_CONFIRMATION | ||
ENROLLMENT_TO_QUEUE_CONFIRMATION | ||
\. | ||
|
||
|
||
-- | ||
-- Data for Name: enrollment_status; Type: TABLE DATA; Schema: public; Owner: postgres | ||
-- | ||
|
||
COPY public.enrollment_status (name) FROM stdin; | ||
PAID | ||
QUEUED | ||
CANCELED | ||
EXPECTING_PAYMENT_UNFINISHED_ENROLLMENT | ||
CANCELED_UNFINISHED_ENROLLMENT | ||
SHIFTED_FROM_QUEUE | ||
\. | ||
|
||
|
||
-- | ||
-- Data for Name: exam_language; Type: TABLE DATA; Schema: public; Owner: postgres | ||
-- | ||
|
||
COPY public.exam_language (name) FROM stdin; | ||
FI | ||
SV | ||
\. | ||
|
||
|
||
-- | ||
-- Data for Name: exam_level; Type: TABLE DATA; Schema: public; Owner: postgres | ||
-- | ||
|
||
COPY public.exam_level (name) FROM stdin; | ||
EXCELLENT | ||
\. | ||
|
||
|
||
-- | ||
-- PostgreSQL database dump complete | ||
-- | ||
|
||
-- | ||
-- PostgreSQL database dump | ||
-- | ||
|
||
-- Dumped from database version 16.3 | ||
-- Dumped by pg_dump version 16.3 | ||
|
||
SET statement_timeout = 0; | ||
SET lock_timeout = 0; | ||
SET idle_in_transaction_session_timeout = 0; | ||
SET client_encoding = 'UTF8'; | ||
SET standard_conforming_strings = on; | ||
SELECT pg_catalog.set_config('search_path', '', false); | ||
SET check_function_bodies = false; | ||
SET xmloption = content; | ||
SET client_min_messages = warning; | ||
SET row_security = off; | ||
|
||
-- | ||
-- Data for Name: email_type; Type: TABLE DATA; Schema: public; Owner: postgres | ||
-- | ||
|
||
COPY public.email_type (name) FROM stdin; | ||
ENROLLMENT_CONFIRMATION | ||
ENROLLMENT_TO_QUEUE_CONFIRMATION | ||
\. | ||
|
||
|
||
-- | ||
-- Data for Name: enrollment_status; Type: TABLE DATA; Schema: public; Owner: postgres | ||
-- | ||
|
||
COPY public.enrollment_status (name) FROM stdin; | ||
QUEUED | ||
CANCELED | ||
EXPECTING_PAYMENT_UNFINISHED_ENROLLMENT | ||
CANCELED_UNFINISHED_ENROLLMENT | ||
COMPLETED | ||
AWAITING_PAYMENT | ||
AWAITING_APPROVAL | ||
\. | ||
|
||
|
||
-- | ||
-- Data for Name: exam_language; Type: TABLE DATA; Schema: public; Owner: postgres | ||
-- | ||
|
||
COPY public.exam_language (name) FROM stdin; | ||
FI | ||
SV | ||
\. | ||
|
||
|
||
-- | ||
-- Data for Name: exam_level; Type: TABLE DATA; Schema: public; Owner: postgres | ||
-- | ||
|
||
COPY public.exam_level (name) FROM stdin; | ||
EXCELLENT | ||
\. | ||
|
||
|
||
-- | ||
-- PostgreSQL database dump complete | ||
-- | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.