Skip to content

Create initial database schema with tables and views #22

Create initial database schema with tables and views

Create initial database schema with tables and views #22

Triggered via pull request December 12, 2025 17:25
Status Success
Total duration 15s
Artifacts
check-release-on-prod
11s
check-release-on-prod
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Foreign key references non-existent table (244): schema/schema.sql#L10
Foreign key constraint '"dept_manager_emp_no_fkey"' on table 'public.dept_manager' references table 'public.employee' which does not exist in any SDL file.
Foreign key references non-existent table (244): schema/schema.sql#L10
Foreign key constraint '"dept_emp_emp_no_fkey"' on table 'public.dept_emp' references table 'public.employee' which does not exist in any SDL file.
Foreign key references non-existent table (244): schema/schema.sql#L9
Foreign key constraint '"title_emp_no_fkey"' on table 'public.title' references table 'public.employee' which does not exist in any SDL file.
Foreign key references non-existent table (244): schema/schema.sql#L9
Foreign key constraint '"salary_emp_no_fkey"' on table 'public.salary' references table 'public.employee' which does not exist in any SDL file.
DROP operation detected (255): schema/schema.sql#L1
Dropping table 'public.employee' will result in data loss.