diff options
author | stuconnolly <stuart02@gmail.com> | 2013-05-26 20:27:34 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-05-26 20:27:34 +0000 |
commit | 08036ae8c5e62d843831b43447f12ad6613e728b (patch) | |
tree | 328ec96caec399a3f82ffbccd4630a8e543f19eb /Frameworks/PostgresKit/Resources | |
parent | ef7516e896df51af8b39a711ae5fe233176ded39 (diff) | |
download | sequelpro-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.sql | 1 |
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; |