Skip to content

Commit d32505c

Browse files
authored
fix: migration script (#519)
1 parent 0827adf commit d32505c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: apps/root/application.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ spec:
1212
destination:
1313
server: https://kubernetes.default.svc
1414
namespace: argocd
15+
syncPolicy:
16+
automated:
17+
prune: true
18+
selfHeal: true

Diff for: services/ecran/drizzle/0009_calm_mister_sinister.sql

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ ALTER TABLE "authenticator"
2929

3030
--> statement-breakpoint
3131
ALTER TABLE "problems"
32-
ALTER COLUMN "tags" SET DATA TYPE jsonb;
32+
ALTER COLUMN "tags" TYPE jsonb
33+
USING tags::jsonb;
3334

3435
--> statement-breakpoint
3536
ALTER TABLE "problems"

0 commit comments

Comments
 (0)