Skip to content

Commit 0d06fa1

Browse files
committed
rmv idle timeout from db snapshot
1 parent b80032b commit 0d06fa1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

goose/migrations/1698861371_full_db_snapshot.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
-- +goose StatementBegin
33
SET statement_timeout = 0;
44
SET lock_timeout = 0;
5-
SET idle_in_transaction_session_timeout = 0;
65
SET client_encoding = 'UTF8';
76
SET standard_conforming_strings = on;
87
SET check_function_bodies = false;
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
-- +goose Up
22
-- +goose StatementBegin
33
SET idle_in_transaction_session_timeout = 180000;
4-
54
-- +goose StatementEnd
6-
-- +goose Down

0 commit comments

Comments
 (0)