storj/satellite/satellitedb/testdata
Bill Thorp e99e675fb1 satellite/satellitedb: use time zones with all timestamps
The migration was broken into one migration per table to reduce table locking and reduce the
chances of failure due to SQL timeouts.

Of the 14 fields that lacked time zones, only the 3 named 'interval_start` seemed to have non-UTC data in them.
These fields are fixed in the migration by removing the +00 and adding  AT TIME ZONE current_setting('TIMEZONE')
Field with good data are migrated by adding AT TIME ZONE 'UTC'

Note that postgres's timezone() is different than cockroach's timezone() so AT TIME ZONE is used.

https://storjlabs.atlassian.net/browse/SM-104

Change-Id: I410f2f1d7c11b143f17844347f37e6f4b1e70fce
2020-03-05 21:11:25 +00:00
..
postgres.v69.sql satellite/satellitedb: ensure migration tests run (#3706) 2019-12-09 09:26:58 -06:00
postgres.v70.sql satellite/accounting: fix project limits migration (#3717) 2019-12-10 18:12:49 +02:00
postgres.v71.sql satellite/accounting: fix project limits migration (#3717) 2019-12-10 18:12:49 +02:00
postgres.v72.sql satellitedb: fix migration cockroach test 2019-12-16 18:02:31 +00:00
postgres.v73.sql satellite/satellitedb: Add nodes_offline_times table for downtime tracking 2019-12-30 15:45:02 -05:00
postgres.v74.sql satellite/payments: coupons, coupons usage, invoice generation with pricing model applied 2020-01-14 12:45:00 +00:00
postgres.v75.sql satellite/payments: coupons, coupons usage, invoice generation with pricing model applied 2020-01-14 12:45:00 +00:00
postgres.v76.sql satellite/payments: coupons, coupons usage, invoice generation with pricing model applied 2020-01-14 12:45:00 +00:00
postgres.v77.sql satellite/satellitedb: fix nitpicks and timestamp issue found in review 2020-01-16 21:22:38 +00:00
postgres.v78.sql satellite/satellitedb: Remove unused indexes 2020-01-16 16:06:21 -07:00
postgres.v79.sql satellite/payments: coinpayments add completed status, treat received status as pending, add balance for completed transactions only 2020-01-17 17:26:34 +00:00
postgres.v80.sql satellite/metainfo: Rate limiting - API requests 2020-01-21 14:25:04 +00:00
postgres.v81.sql satellite/payments : deposit bonuses (credits) added 2020-02-11 11:11:42 +00:00
postgres.v82.sql satellite/satellitedb: use queue for orders to get back fast billing 2020-02-24 17:07:07 +00:00
postgres.v83.sql satellite/repair/queue: Prioritize selection of items off repair queue by segment health 2020-02-26 09:54:16 -05:00
postgres.v84.sql satellite/satellitedb/dbx: add fields to node table for placing nodes into suspended mode for too many unknown-error audits 2020-03-03 03:30:59 +00:00
postgres.v85.sql satellite/satellitedb/dbx: add fields to node table for placing nodes into suspended mode for too many unknown-error audits 2020-03-03 03:30:59 +00:00
postgres.v86.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00
postgres.v87.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00
postgres.v88.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00
postgres.v89.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00
postgres.v90.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00
postgres.v91.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00
postgres.v92.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00
postgres.v93.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00
postgres.v94.sql satellite/satellitedb: use time zones with all timestamps 2020-03-05 21:11:25 +00:00