aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Resources
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-05-26 20:27:34 +0000
committerstuconnolly <stuart02@gmail.com>2013-05-26 20:27:34 +0000
commit08036ae8c5e62d843831b43447f12ad6613e728b (patch)
tree328ec96caec399a3f82ffbccd4630a8e543f19eb /Frameworks/PostgresKit/Resources
parentef7516e896df51af8b39a711ae5fe233176ded39 (diff)
downloadsequelpro-08036ae8c5e62d843831b43447f12ad6613e728b.tar.gz
sequelpro-08036ae8c5e62d843831b43447f12ad6613e728b.tar.bz2
sequelpro-08036ae8c5e62d843831b43447f12ad6613e728b.zip
Update test data script to set the timezone for the session.
Diffstat (limited to 'Frameworks/PostgresKit/Resources')
-rw-r--r--Frameworks/PostgresKit/Resources/TestData.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Resources/TestData.sql b/Frameworks/PostgresKit/Resources/TestData.sql
index 574d1702..ff904d12 100644
--- a/Frameworks/PostgresKit/Resources/TestData.sql
+++ b/Frameworks/PostgresKit/Resources/TestData.sql
@@ -10,6 +10,7 @@
-- CREATE USER pgkit_test WITH PASSWORD 'pgkit';
SET datestyle = 'DMY';
+SET timezone = 'Europe/London';
SET client_encoding = 'UNICODE';
BEGIN;