diff --git a/ee/scripts/helm/db/init_dbs/postgresql/1.8.2/1.8.2.sql b/ee/scripts/helm/db/init_dbs/postgresql/1.8.2/1.8.2.sql new file mode 100644 index 000000000..3c1895ca1 --- /dev/null +++ b/ee/scripts/helm/db/init_dbs/postgresql/1.8.2/1.8.2.sql @@ -0,0 +1,5 @@ +BEGIN; + +ALTER TABLE sessions ADD file_key BYTEA NULL; + +COMMIT; \ No newline at end of file