Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Merge pull request #252 from CampusDual/develop
Browse files Browse the repository at this point in the history
precarga de flyway a pre
  • Loading branch information
juanjo-alvarez authored Jan 15, 2025
2 parents e81b34f + 9641514 commit 5176704
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ as SELECT st.id,
st.udemy,
st.github_user,
st.notes,
st.surnames,
st.spain_comunity,
st.location,
st.employment_status_id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ AS WITH estados AS (
s.tutor,
s.udemy,
s.github_user,
s.surnames,
s.spain_comunity,
s.location,
s.employment_status_id,
Expand Down Expand Up @@ -81,7 +80,6 @@ AS SELECT st.id,
concat(t.name, ' ', t.surname1, ' ', t.surname2) AS tutor_name_surname,
st.udemy,
st.github_user,
st.surnames,
st.spain_comunity,
st.location,
st.employment_status_id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,5 @@ ORDER BY


--DROP student columns
ALTER TABLE public.students DROP COLUMN surnames;

ALTER TABLE public.students
DROP COLUMN employment_status_id;
2 changes: 1 addition & 1 deletion charts/cd2024bfs4g1/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
pullPolicy: IfNotPresent
## provided as basic setup. replace as needed
repository: ghcr.io/campusdual/cd2024bfs4g1
version: dev21f83cb
version: dev47176c0
imagePullSecrets:
- name: "github-ecr-cred"
nameOverride: ""
Expand Down

0 comments on commit 5176704

Please sign in to comment.