adding percentile fixtures
This commit is contained in:
parent
3468d6e5e9
commit
874a397d3b
17
src/pg/test/fixtures/obs_11ee8b82c877c073438bc935a91d3dfccef875d1.sql
vendored
Normal file
17
src/pg/test/fixtures/obs_11ee8b82c877c073438bc935a91d3dfccef875d1.sql
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
CREATE TABLE IF NOT EXISTS obs_11ee8b82c877c073438bc935a91d3dfccef875d1 (
|
||||
cartodb_id integer,
|
||||
the_geom geometry(Geometry,4326),
|
||||
the_geom_webmercator geometry(Geometry,3857),
|
||||
geoid text,
|
||||
x10 text,
|
||||
x2 text,
|
||||
x31 text,
|
||||
x55 text
|
||||
);
|
||||
|
||||
INSERT INTO obs_11ee8b82c877c073438bc935a91d3dfccef875d1 (cartodb_id, the_geom, the_geom_webmercator, geoid, x10, x2, x31, x55) VALUES (2150, NULL, NULL, '36047048500', 'Wealthy, urban without Kids', '8', '15', '1');
|
||||
|
||||
CREATE SCHEMA IF NOT EXISTS observatory;
|
||||
ALTER TABLE obs_11ee8b82c877c073438bc935a91d3dfccef875d1 SET SCHEMA observatory;
|
130
src/pg/test/fixtures/obs_d34555209878e8c4b37cf0b2b3d072ff129ec470.sql
vendored
Normal file
130
src/pg/test/fixtures/obs_d34555209878e8c4b37cf0b2b3d072ff129ec470.sql
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user