Skip to content
Snippets Groups Projects
Verified Commit 80441758 authored by David Hoese's avatar David Hoese
Browse files

Update tests to use TIMESTAMP WITHOUT TIME ZONE type

parent e6a684d7
No related branches found
No related tags found
1 merge request!3Switch to pulling tile index information from postgres server
Pipeline #37061 passed with stages
in 1 minute and 54 seconds
......@@ -93,7 +93,7 @@ add_postgres_tables() {
docker exec -i ${PG_SERVER_NAME} psql -U ${POSTGRES_USER} <<EOF
CREATE TABLE IF NOT EXISTS g16_abi_radf_l1b_c01 (
gid SERIAL PRIMARY KEY,
start_time TIMESTAMP NOT NULL UNIQUE,
start_time TIMESTAMP WITHOUT TIME ZONE NOT NULL UNIQUE,
location VARCHAR(255) NOT NULL,
bbox_geometry geometry(POLYGON, 930916)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment