caddie 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/caddie/crest_price_history_update.rb +19 -9
- data/app/models/caddie/m_threaded_updater.rb +6 -0
- data/app/models/caddie/update_table.sql +2 -1
- data/db/migrate/20160527152027_add_thread_slice_id_to_caddie_crest_price_history_updates.rb +5 -0
- data/lib/caddie/version.rb +1 -1
- data/lib/tasks/caddie_tasks.rake +1 -1
- data/test/dummy/db/schema.rb +21 -1
- data/test/dummy/log/development.log +2584 -0
- metadata +4 -2
@@ -50577,3 +50577,2587 @@ WHERE c.contype = 'f'
|
|
50577
50577
|
AND t3.nspname = ANY (current_schemas(false))
|
50578
50578
|
ORDER BY c.conname
|
50579
50579
|
|
50580
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
50581
|
+
Migrating to CreateCaddieCrestPriceHistoryUpdates (20160524122651)
|
50582
|
+
[1m[35m (0.4ms)[0m BEGIN
|
50583
|
+
[1m[36m (3.0ms)[0m [1mCREATE TABLE "caddie_crest_price_history_updates" ("id" serial primary key, "eve_item_id" integer, "region_id" integer, "max_update" date, "max_eve_item_create" date, "max_region_create" date, "max_date" date, "nb_days" integer, "process_queue" character varying, "process_queue_priority" integer, "next_process_date" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
|
50584
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
50585
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
50586
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
50587
|
+
[1m[36m (2.3ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50588
|
+
FROM pg_constraint c
|
50589
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50590
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50591
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50592
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50593
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50594
|
+
WHERE c.contype = 'f'
|
50595
|
+
AND t1.relname = 'api_key_errors'
|
50596
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50597
|
+
ORDER BY c.conname
|
50598
|
+
[0m
|
50599
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50600
|
+
FROM pg_constraint c
|
50601
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50602
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50603
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50604
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50605
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50606
|
+
WHERE c.contype = 'f'
|
50607
|
+
AND t1.relname = 'blueprints'
|
50608
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50609
|
+
ORDER BY c.conname
|
50610
|
+
|
50611
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50612
|
+
FROM pg_constraint c
|
50613
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50614
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50615
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50616
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50617
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50618
|
+
WHERE c.contype = 'f'
|
50619
|
+
AND t1.relname = 'caddie_crest_price_history_updates'
|
50620
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50621
|
+
ORDER BY c.conname
|
50622
|
+
[0m
|
50623
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50624
|
+
FROM pg_constraint c
|
50625
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50626
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50627
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50628
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50629
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50630
|
+
WHERE c.contype = 'f'
|
50631
|
+
AND t1.relname = 'components'
|
50632
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50633
|
+
ORDER BY c.conname
|
50634
|
+
|
50635
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50636
|
+
FROM pg_constraint c
|
50637
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50638
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50639
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50640
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50641
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50642
|
+
WHERE c.contype = 'f'
|
50643
|
+
AND t1.relname = 'crest_costs'
|
50644
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50645
|
+
ORDER BY c.conname
|
50646
|
+
[0m
|
50647
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50648
|
+
FROM pg_constraint c
|
50649
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50650
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50651
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50652
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50653
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50654
|
+
WHERE c.contype = 'f'
|
50655
|
+
AND t1.relname = 'crest_price_histories'
|
50656
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50657
|
+
ORDER BY c.conname
|
50658
|
+
|
50659
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50660
|
+
FROM pg_constraint c
|
50661
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50662
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50663
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50664
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50665
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50666
|
+
WHERE c.contype = 'f'
|
50667
|
+
AND t1.relname = 'crest_price_histories_daily_used'
|
50668
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50669
|
+
ORDER BY c.conname
|
50670
|
+
[0m
|
50671
|
+
[1m[35m (1.7ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50672
|
+
FROM pg_constraint c
|
50673
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50674
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50675
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50676
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50677
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50678
|
+
WHERE c.contype = 'f'
|
50679
|
+
AND t1.relname = 'crest_price_histories_frequently_used'
|
50680
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50681
|
+
ORDER BY c.conname
|
50682
|
+
|
50683
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50684
|
+
FROM pg_constraint c
|
50685
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50686
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50687
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50688
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50689
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50690
|
+
WHERE c.contype = 'f'
|
50691
|
+
AND t1.relname = 'crest_price_histories_never_used'
|
50692
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50693
|
+
ORDER BY c.conname
|
50694
|
+
[0m
|
50695
|
+
[1m[35m (1.7ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50696
|
+
FROM pg_constraint c
|
50697
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50698
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50699
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50700
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50701
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50702
|
+
WHERE c.contype = 'f'
|
50703
|
+
AND t1.relname = 'crest_price_histories_rarely_used'
|
50704
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50705
|
+
ORDER BY c.conname
|
50706
|
+
|
50707
|
+
[1m[36m (1.7ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50708
|
+
FROM pg_constraint c
|
50709
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50710
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50711
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50712
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50713
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50714
|
+
WHERE c.contype = 'f'
|
50715
|
+
AND t1.relname = 'crest_prices_last_month_averages'
|
50716
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50717
|
+
ORDER BY c.conname
|
50718
|
+
[0m
|
50719
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50720
|
+
FROM pg_constraint c
|
50721
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50722
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50723
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50724
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50725
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50726
|
+
WHERE c.contype = 'f'
|
50727
|
+
AND t1.relname = 'eve_clients'
|
50728
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50729
|
+
ORDER BY c.conname
|
50730
|
+
|
50731
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50732
|
+
FROM pg_constraint c
|
50733
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50734
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50735
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50736
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50737
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50738
|
+
WHERE c.contype = 'f'
|
50739
|
+
AND t1.relname = 'eve_items'
|
50740
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50741
|
+
ORDER BY c.conname
|
50742
|
+
[0m
|
50743
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50744
|
+
FROM pg_constraint c
|
50745
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50746
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50747
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50748
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50749
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50750
|
+
WHERE c.contype = 'f'
|
50751
|
+
AND t1.relname = 'eve_items_users'
|
50752
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50753
|
+
ORDER BY c.conname
|
50754
|
+
|
50755
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50756
|
+
FROM pg_constraint c
|
50757
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50758
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50759
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50760
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50761
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50762
|
+
WHERE c.contype = 'f'
|
50763
|
+
AND t1.relname = 'identities'
|
50764
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50765
|
+
ORDER BY c.conname
|
50766
|
+
[0m
|
50767
|
+
[1m[35m (2.2ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50768
|
+
FROM pg_constraint c
|
50769
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50770
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50771
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50772
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50773
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50774
|
+
WHERE c.contype = 'f'
|
50775
|
+
AND t1.relname = 'jita_margins'
|
50776
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50777
|
+
ORDER BY c.conname
|
50778
|
+
|
50779
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50780
|
+
FROM pg_constraint c
|
50781
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50782
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50783
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50784
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50785
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50786
|
+
WHERE c.contype = 'f'
|
50787
|
+
AND t1.relname = 'market_group_hierarchies'
|
50788
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50789
|
+
ORDER BY c.conname
|
50790
|
+
[0m
|
50791
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50792
|
+
FROM pg_constraint c
|
50793
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50794
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50795
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50796
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50797
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50798
|
+
WHERE c.contype = 'f'
|
50799
|
+
AND t1.relname = 'market_groups'
|
50800
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50801
|
+
ORDER BY c.conname
|
50802
|
+
|
50803
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50804
|
+
FROM pg_constraint c
|
50805
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50806
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50807
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50808
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50809
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50810
|
+
WHERE c.contype = 'f'
|
50811
|
+
AND t1.relname = 'materials'
|
50812
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50813
|
+
ORDER BY c.conname
|
50814
|
+
[0m
|
50815
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50816
|
+
FROM pg_constraint c
|
50817
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50818
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50819
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50820
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50821
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50822
|
+
WHERE c.contype = 'f'
|
50823
|
+
AND t1.relname = 'min_prices'
|
50824
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50825
|
+
ORDER BY c.conname
|
50826
|
+
|
50827
|
+
[1m[36m (1.7ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50828
|
+
FROM pg_constraint c
|
50829
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50830
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50831
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50832
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50833
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50834
|
+
WHERE c.contype = 'f'
|
50835
|
+
AND t1.relname = 'regions'
|
50836
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50837
|
+
ORDER BY c.conname
|
50838
|
+
[0m
|
50839
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50840
|
+
FROM pg_constraint c
|
50841
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50842
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50843
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50844
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50845
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50846
|
+
WHERE c.contype = 'f'
|
50847
|
+
AND t1.relname = 'sale_records'
|
50848
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50849
|
+
ORDER BY c.conname
|
50850
|
+
|
50851
|
+
[1m[36m (2.1ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50852
|
+
FROM pg_constraint c
|
50853
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50854
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50855
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50856
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50857
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50858
|
+
WHERE c.contype = 'f'
|
50859
|
+
AND t1.relname = 'shopping_baskets'
|
50860
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50861
|
+
ORDER BY c.conname
|
50862
|
+
[0m
|
50863
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50864
|
+
FROM pg_constraint c
|
50865
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50866
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50867
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50868
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50869
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50870
|
+
WHERE c.contype = 'f'
|
50871
|
+
AND t1.relname = 'stations'
|
50872
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50873
|
+
ORDER BY c.conname
|
50874
|
+
|
50875
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50876
|
+
FROM pg_constraint c
|
50877
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50878
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50879
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50880
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50881
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50882
|
+
WHERE c.contype = 'f'
|
50883
|
+
AND t1.relname = 'trade_hubs'
|
50884
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50885
|
+
ORDER BY c.conname
|
50886
|
+
[0m
|
50887
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50888
|
+
FROM pg_constraint c
|
50889
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50890
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50891
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50892
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50893
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50894
|
+
WHERE c.contype = 'f'
|
50895
|
+
AND t1.relname = 'trade_hubs_users'
|
50896
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50897
|
+
ORDER BY c.conname
|
50898
|
+
|
50899
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50900
|
+
FROM pg_constraint c
|
50901
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50902
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50903
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50904
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50905
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50906
|
+
WHERE c.contype = 'f'
|
50907
|
+
AND t1.relname = 'trade_orders'
|
50908
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50909
|
+
ORDER BY c.conname
|
50910
|
+
[0m
|
50911
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50912
|
+
FROM pg_constraint c
|
50913
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50914
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50915
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50916
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50917
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50918
|
+
WHERE c.contype = 'f'
|
50919
|
+
AND t1.relname = 'user_activity_logs'
|
50920
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50921
|
+
ORDER BY c.conname
|
50922
|
+
|
50923
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50924
|
+
FROM pg_constraint c
|
50925
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50926
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50927
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50928
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50929
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50930
|
+
WHERE c.contype = 'f'
|
50931
|
+
AND t1.relname = 'users'
|
50932
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50933
|
+
ORDER BY c.conname
|
50934
|
+
[0m
|
50935
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
50936
|
+
Migrating to CreateCaddieCrestPriceHistoryUpdates (20160524122651)
|
50937
|
+
[1m[35m (0.2ms)[0m BEGIN
|
50938
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "caddie_crest_price_history_updates" ("id" serial primary key, "eve_item_id" integer, "region_id" integer, "max_update" date, "max_eve_item_create" date, "max_region_create" date, "max_date" date, "nb_days" integer, "process_queue" character varying, "process_queue_priority" integer, "next_process_date" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
|
50939
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
50940
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
50941
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
50942
|
+
[1m[36m (2.5ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50943
|
+
FROM pg_constraint c
|
50944
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50945
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50946
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50947
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50948
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50949
|
+
WHERE c.contype = 'f'
|
50950
|
+
AND t1.relname = 'api_key_errors'
|
50951
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50952
|
+
ORDER BY c.conname
|
50953
|
+
[0m
|
50954
|
+
[1m[35m (2.3ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50955
|
+
FROM pg_constraint c
|
50956
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50957
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50958
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50959
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50960
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50961
|
+
WHERE c.contype = 'f'
|
50962
|
+
AND t1.relname = 'blueprints'
|
50963
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50964
|
+
ORDER BY c.conname
|
50965
|
+
|
50966
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50967
|
+
FROM pg_constraint c
|
50968
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50969
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50970
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50971
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50972
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50973
|
+
WHERE c.contype = 'f'
|
50974
|
+
AND t1.relname = 'caddie_crest_price_history_updates'
|
50975
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50976
|
+
ORDER BY c.conname
|
50977
|
+
[0m
|
50978
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50979
|
+
FROM pg_constraint c
|
50980
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50981
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50982
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50983
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50984
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50985
|
+
WHERE c.contype = 'f'
|
50986
|
+
AND t1.relname = 'components'
|
50987
|
+
AND t3.nspname = ANY (current_schemas(false))
|
50988
|
+
ORDER BY c.conname
|
50989
|
+
|
50990
|
+
[1m[36m (2.1ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
50991
|
+
FROM pg_constraint c
|
50992
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
50993
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
50994
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
50995
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
50996
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
50997
|
+
WHERE c.contype = 'f'
|
50998
|
+
AND t1.relname = 'crest_costs'
|
50999
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51000
|
+
ORDER BY c.conname
|
51001
|
+
[0m
|
51002
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51003
|
+
FROM pg_constraint c
|
51004
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51005
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51006
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51007
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51008
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51009
|
+
WHERE c.contype = 'f'
|
51010
|
+
AND t1.relname = 'crest_price_histories'
|
51011
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51012
|
+
ORDER BY c.conname
|
51013
|
+
|
51014
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51015
|
+
FROM pg_constraint c
|
51016
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51017
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51018
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51019
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51020
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51021
|
+
WHERE c.contype = 'f'
|
51022
|
+
AND t1.relname = 'crest_price_histories_daily_used'
|
51023
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51024
|
+
ORDER BY c.conname
|
51025
|
+
[0m
|
51026
|
+
[1m[35m (1.7ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51027
|
+
FROM pg_constraint c
|
51028
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51029
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51030
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51031
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51032
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51033
|
+
WHERE c.contype = 'f'
|
51034
|
+
AND t1.relname = 'crest_price_histories_frequently_used'
|
51035
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51036
|
+
ORDER BY c.conname
|
51037
|
+
|
51038
|
+
[1m[36m (1.7ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51039
|
+
FROM pg_constraint c
|
51040
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51041
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51042
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51043
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51044
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51045
|
+
WHERE c.contype = 'f'
|
51046
|
+
AND t1.relname = 'crest_price_histories_never_used'
|
51047
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51048
|
+
ORDER BY c.conname
|
51049
|
+
[0m
|
51050
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51051
|
+
FROM pg_constraint c
|
51052
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51053
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51054
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51055
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51056
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51057
|
+
WHERE c.contype = 'f'
|
51058
|
+
AND t1.relname = 'crest_price_histories_rarely_used'
|
51059
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51060
|
+
ORDER BY c.conname
|
51061
|
+
|
51062
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51063
|
+
FROM pg_constraint c
|
51064
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51065
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51066
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51067
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51068
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51069
|
+
WHERE c.contype = 'f'
|
51070
|
+
AND t1.relname = 'crest_prices_last_month_averages'
|
51071
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51072
|
+
ORDER BY c.conname
|
51073
|
+
[0m
|
51074
|
+
[1m[35m (2.2ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51075
|
+
FROM pg_constraint c
|
51076
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51077
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51078
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51079
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51080
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51081
|
+
WHERE c.contype = 'f'
|
51082
|
+
AND t1.relname = 'eve_clients'
|
51083
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51084
|
+
ORDER BY c.conname
|
51085
|
+
|
51086
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51087
|
+
FROM pg_constraint c
|
51088
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51089
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51090
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51091
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51092
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51093
|
+
WHERE c.contype = 'f'
|
51094
|
+
AND t1.relname = 'eve_items'
|
51095
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51096
|
+
ORDER BY c.conname
|
51097
|
+
[0m
|
51098
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51099
|
+
FROM pg_constraint c
|
51100
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51101
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51102
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51103
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51104
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51105
|
+
WHERE c.contype = 'f'
|
51106
|
+
AND t1.relname = 'eve_items_users'
|
51107
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51108
|
+
ORDER BY c.conname
|
51109
|
+
|
51110
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51111
|
+
FROM pg_constraint c
|
51112
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51113
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51114
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51115
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51116
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51117
|
+
WHERE c.contype = 'f'
|
51118
|
+
AND t1.relname = 'identities'
|
51119
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51120
|
+
ORDER BY c.conname
|
51121
|
+
[0m
|
51122
|
+
[1m[35m (1.7ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51123
|
+
FROM pg_constraint c
|
51124
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51125
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51126
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51127
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51128
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51129
|
+
WHERE c.contype = 'f'
|
51130
|
+
AND t1.relname = 'jita_margins'
|
51131
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51132
|
+
ORDER BY c.conname
|
51133
|
+
|
51134
|
+
[1m[36m (1.7ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51135
|
+
FROM pg_constraint c
|
51136
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51137
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51138
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51139
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51140
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51141
|
+
WHERE c.contype = 'f'
|
51142
|
+
AND t1.relname = 'market_group_hierarchies'
|
51143
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51144
|
+
ORDER BY c.conname
|
51145
|
+
[0m
|
51146
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51147
|
+
FROM pg_constraint c
|
51148
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51149
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51150
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51151
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51152
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51153
|
+
WHERE c.contype = 'f'
|
51154
|
+
AND t1.relname = 'market_groups'
|
51155
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51156
|
+
ORDER BY c.conname
|
51157
|
+
|
51158
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51159
|
+
FROM pg_constraint c
|
51160
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51161
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51162
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51163
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51164
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51165
|
+
WHERE c.contype = 'f'
|
51166
|
+
AND t1.relname = 'materials'
|
51167
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51168
|
+
ORDER BY c.conname
|
51169
|
+
[0m
|
51170
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51171
|
+
FROM pg_constraint c
|
51172
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51173
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51174
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51175
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51176
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51177
|
+
WHERE c.contype = 'f'
|
51178
|
+
AND t1.relname = 'min_prices'
|
51179
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51180
|
+
ORDER BY c.conname
|
51181
|
+
|
51182
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51183
|
+
FROM pg_constraint c
|
51184
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51185
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51186
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51187
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51188
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51189
|
+
WHERE c.contype = 'f'
|
51190
|
+
AND t1.relname = 'regions'
|
51191
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51192
|
+
ORDER BY c.conname
|
51193
|
+
[0m
|
51194
|
+
[1m[35m (1.7ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51195
|
+
FROM pg_constraint c
|
51196
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51197
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51198
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51199
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51200
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51201
|
+
WHERE c.contype = 'f'
|
51202
|
+
AND t1.relname = 'sale_records'
|
51203
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51204
|
+
ORDER BY c.conname
|
51205
|
+
|
51206
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51207
|
+
FROM pg_constraint c
|
51208
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51209
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51210
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51211
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51212
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51213
|
+
WHERE c.contype = 'f'
|
51214
|
+
AND t1.relname = 'shopping_baskets'
|
51215
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51216
|
+
ORDER BY c.conname
|
51217
|
+
[0m
|
51218
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51219
|
+
FROM pg_constraint c
|
51220
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51221
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51222
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51223
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51224
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51225
|
+
WHERE c.contype = 'f'
|
51226
|
+
AND t1.relname = 'stations'
|
51227
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51228
|
+
ORDER BY c.conname
|
51229
|
+
|
51230
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51231
|
+
FROM pg_constraint c
|
51232
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51233
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51234
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51235
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51236
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51237
|
+
WHERE c.contype = 'f'
|
51238
|
+
AND t1.relname = 'trade_hubs'
|
51239
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51240
|
+
ORDER BY c.conname
|
51241
|
+
[0m
|
51242
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51243
|
+
FROM pg_constraint c
|
51244
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51245
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51246
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51247
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51248
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51249
|
+
WHERE c.contype = 'f'
|
51250
|
+
AND t1.relname = 'trade_hubs_users'
|
51251
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51252
|
+
ORDER BY c.conname
|
51253
|
+
|
51254
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51255
|
+
FROM pg_constraint c
|
51256
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51257
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51258
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51259
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51260
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51261
|
+
WHERE c.contype = 'f'
|
51262
|
+
AND t1.relname = 'trade_orders'
|
51263
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51264
|
+
ORDER BY c.conname
|
51265
|
+
[0m
|
51266
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51267
|
+
FROM pg_constraint c
|
51268
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51269
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51270
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51271
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51272
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51273
|
+
WHERE c.contype = 'f'
|
51274
|
+
AND t1.relname = 'user_activity_logs'
|
51275
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51276
|
+
ORDER BY c.conname
|
51277
|
+
|
51278
|
+
[1m[36m (1.6ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51279
|
+
FROM pg_constraint c
|
51280
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51281
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51282
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51283
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51284
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51285
|
+
WHERE c.contype = 'f'
|
51286
|
+
AND t1.relname = 'users'
|
51287
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51288
|
+
ORDER BY c.conname
|
51289
|
+
[0m
|
51290
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
51291
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
51292
|
+
[1m[36m (2.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51293
|
+
FROM pg_constraint c
|
51294
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51295
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51296
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51297
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51298
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51299
|
+
WHERE c.contype = 'f'
|
51300
|
+
AND t1.relname = 'api_key_errors'
|
51301
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51302
|
+
ORDER BY c.conname
|
51303
|
+
[0m
|
51304
|
+
[1m[35m (1.6ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51305
|
+
FROM pg_constraint c
|
51306
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51307
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51308
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51309
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51310
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51311
|
+
WHERE c.contype = 'f'
|
51312
|
+
AND t1.relname = 'blueprints'
|
51313
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51314
|
+
ORDER BY c.conname
|
51315
|
+
|
51316
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51317
|
+
FROM pg_constraint c
|
51318
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51319
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51320
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51321
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51322
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51323
|
+
WHERE c.contype = 'f'
|
51324
|
+
AND t1.relname = 'caddie_crest_price_history_updates'
|
51325
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51326
|
+
ORDER BY c.conname
|
51327
|
+
[0m
|
51328
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51329
|
+
FROM pg_constraint c
|
51330
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51331
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51332
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51333
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51334
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51335
|
+
WHERE c.contype = 'f'
|
51336
|
+
AND t1.relname = 'components'
|
51337
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51338
|
+
ORDER BY c.conname
|
51339
|
+
|
51340
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51341
|
+
FROM pg_constraint c
|
51342
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51343
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51344
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51345
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51346
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51347
|
+
WHERE c.contype = 'f'
|
51348
|
+
AND t1.relname = 'crest_costs'
|
51349
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51350
|
+
ORDER BY c.conname
|
51351
|
+
[0m
|
51352
|
+
[1m[35m (2.1ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51353
|
+
FROM pg_constraint c
|
51354
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51355
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51356
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51357
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51358
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51359
|
+
WHERE c.contype = 'f'
|
51360
|
+
AND t1.relname = 'crest_price_histories'
|
51361
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51362
|
+
ORDER BY c.conname
|
51363
|
+
|
51364
|
+
[1m[36m (2.1ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51365
|
+
FROM pg_constraint c
|
51366
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51367
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51368
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51369
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51370
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51371
|
+
WHERE c.contype = 'f'
|
51372
|
+
AND t1.relname = 'crest_price_histories_daily_used'
|
51373
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51374
|
+
ORDER BY c.conname
|
51375
|
+
[0m
|
51376
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51377
|
+
FROM pg_constraint c
|
51378
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51379
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51380
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51381
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51382
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51383
|
+
WHERE c.contype = 'f'
|
51384
|
+
AND t1.relname = 'crest_price_histories_frequently_used'
|
51385
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51386
|
+
ORDER BY c.conname
|
51387
|
+
|
51388
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51389
|
+
FROM pg_constraint c
|
51390
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51391
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51392
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51393
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51394
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51395
|
+
WHERE c.contype = 'f'
|
51396
|
+
AND t1.relname = 'crest_price_histories_never_used'
|
51397
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51398
|
+
ORDER BY c.conname
|
51399
|
+
[0m
|
51400
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51401
|
+
FROM pg_constraint c
|
51402
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51403
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51404
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51405
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51406
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51407
|
+
WHERE c.contype = 'f'
|
51408
|
+
AND t1.relname = 'crest_price_histories_rarely_used'
|
51409
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51410
|
+
ORDER BY c.conname
|
51411
|
+
|
51412
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51413
|
+
FROM pg_constraint c
|
51414
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51415
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51416
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51417
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51418
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51419
|
+
WHERE c.contype = 'f'
|
51420
|
+
AND t1.relname = 'crest_prices_last_month_averages'
|
51421
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51422
|
+
ORDER BY c.conname
|
51423
|
+
[0m
|
51424
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51425
|
+
FROM pg_constraint c
|
51426
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51427
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51428
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51429
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51430
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51431
|
+
WHERE c.contype = 'f'
|
51432
|
+
AND t1.relname = 'eve_clients'
|
51433
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51434
|
+
ORDER BY c.conname
|
51435
|
+
|
51436
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51437
|
+
FROM pg_constraint c
|
51438
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51439
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51440
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51441
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51442
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51443
|
+
WHERE c.contype = 'f'
|
51444
|
+
AND t1.relname = 'eve_items'
|
51445
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51446
|
+
ORDER BY c.conname
|
51447
|
+
[0m
|
51448
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51449
|
+
FROM pg_constraint c
|
51450
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51451
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51452
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51453
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51454
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51455
|
+
WHERE c.contype = 'f'
|
51456
|
+
AND t1.relname = 'eve_items_users'
|
51457
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51458
|
+
ORDER BY c.conname
|
51459
|
+
|
51460
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51461
|
+
FROM pg_constraint c
|
51462
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51463
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51464
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51465
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51466
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51467
|
+
WHERE c.contype = 'f'
|
51468
|
+
AND t1.relname = 'identities'
|
51469
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51470
|
+
ORDER BY c.conname
|
51471
|
+
[0m
|
51472
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51473
|
+
FROM pg_constraint c
|
51474
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51475
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51476
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51477
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51478
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51479
|
+
WHERE c.contype = 'f'
|
51480
|
+
AND t1.relname = 'jita_margins'
|
51481
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51482
|
+
ORDER BY c.conname
|
51483
|
+
|
51484
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51485
|
+
FROM pg_constraint c
|
51486
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51487
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51488
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51489
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51490
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51491
|
+
WHERE c.contype = 'f'
|
51492
|
+
AND t1.relname = 'market_group_hierarchies'
|
51493
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51494
|
+
ORDER BY c.conname
|
51495
|
+
[0m
|
51496
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51497
|
+
FROM pg_constraint c
|
51498
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51499
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51500
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51501
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51502
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51503
|
+
WHERE c.contype = 'f'
|
51504
|
+
AND t1.relname = 'market_groups'
|
51505
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51506
|
+
ORDER BY c.conname
|
51507
|
+
|
51508
|
+
[1m[36m (1.7ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51509
|
+
FROM pg_constraint c
|
51510
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51511
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51512
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51513
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51514
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51515
|
+
WHERE c.contype = 'f'
|
51516
|
+
AND t1.relname = 'materials'
|
51517
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51518
|
+
ORDER BY c.conname
|
51519
|
+
[0m
|
51520
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51521
|
+
FROM pg_constraint c
|
51522
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51523
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51524
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51525
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51526
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51527
|
+
WHERE c.contype = 'f'
|
51528
|
+
AND t1.relname = 'min_prices'
|
51529
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51530
|
+
ORDER BY c.conname
|
51531
|
+
|
51532
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51533
|
+
FROM pg_constraint c
|
51534
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51535
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51536
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51537
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51538
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51539
|
+
WHERE c.contype = 'f'
|
51540
|
+
AND t1.relname = 'regions'
|
51541
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51542
|
+
ORDER BY c.conname
|
51543
|
+
[0m
|
51544
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51545
|
+
FROM pg_constraint c
|
51546
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51547
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51548
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51549
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51550
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51551
|
+
WHERE c.contype = 'f'
|
51552
|
+
AND t1.relname = 'sale_records'
|
51553
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51554
|
+
ORDER BY c.conname
|
51555
|
+
|
51556
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51557
|
+
FROM pg_constraint c
|
51558
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51559
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51560
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51561
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51562
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51563
|
+
WHERE c.contype = 'f'
|
51564
|
+
AND t1.relname = 'shopping_baskets'
|
51565
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51566
|
+
ORDER BY c.conname
|
51567
|
+
[0m
|
51568
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51569
|
+
FROM pg_constraint c
|
51570
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51571
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51572
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51573
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51574
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51575
|
+
WHERE c.contype = 'f'
|
51576
|
+
AND t1.relname = 'stations'
|
51577
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51578
|
+
ORDER BY c.conname
|
51579
|
+
|
51580
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51581
|
+
FROM pg_constraint c
|
51582
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51583
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51584
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51585
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51586
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51587
|
+
WHERE c.contype = 'f'
|
51588
|
+
AND t1.relname = 'trade_hubs'
|
51589
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51590
|
+
ORDER BY c.conname
|
51591
|
+
[0m
|
51592
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51593
|
+
FROM pg_constraint c
|
51594
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51595
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51596
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51597
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51598
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51599
|
+
WHERE c.contype = 'f'
|
51600
|
+
AND t1.relname = 'trade_hubs_users'
|
51601
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51602
|
+
ORDER BY c.conname
|
51603
|
+
|
51604
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51605
|
+
FROM pg_constraint c
|
51606
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51607
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51608
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51609
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51610
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51611
|
+
WHERE c.contype = 'f'
|
51612
|
+
AND t1.relname = 'trade_orders'
|
51613
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51614
|
+
ORDER BY c.conname
|
51615
|
+
[0m
|
51616
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51617
|
+
FROM pg_constraint c
|
51618
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51619
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51620
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51621
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51622
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51623
|
+
WHERE c.contype = 'f'
|
51624
|
+
AND t1.relname = 'user_activity_logs'
|
51625
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51626
|
+
ORDER BY c.conname
|
51627
|
+
|
51628
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51629
|
+
FROM pg_constraint c
|
51630
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51631
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51632
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51633
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51634
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51635
|
+
WHERE c.contype = 'f'
|
51636
|
+
AND t1.relname = 'users'
|
51637
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51638
|
+
ORDER BY c.conname
|
51639
|
+
[0m
|
51640
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
51641
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
51642
|
+
[1m[36m (2.3ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51643
|
+
FROM pg_constraint c
|
51644
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51645
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51646
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51647
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51648
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51649
|
+
WHERE c.contype = 'f'
|
51650
|
+
AND t1.relname = 'api_key_errors'
|
51651
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51652
|
+
ORDER BY c.conname
|
51653
|
+
[0m
|
51654
|
+
[1m[35m (1.7ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51655
|
+
FROM pg_constraint c
|
51656
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51657
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51658
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51659
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51660
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51661
|
+
WHERE c.contype = 'f'
|
51662
|
+
AND t1.relname = 'blueprints'
|
51663
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51664
|
+
ORDER BY c.conname
|
51665
|
+
|
51666
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51667
|
+
FROM pg_constraint c
|
51668
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51669
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51670
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51671
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51672
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51673
|
+
WHERE c.contype = 'f'
|
51674
|
+
AND t1.relname = 'caddie_crest_price_history_updates'
|
51675
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51676
|
+
ORDER BY c.conname
|
51677
|
+
[0m
|
51678
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51679
|
+
FROM pg_constraint c
|
51680
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51681
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51682
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51683
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51684
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51685
|
+
WHERE c.contype = 'f'
|
51686
|
+
AND t1.relname = 'components'
|
51687
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51688
|
+
ORDER BY c.conname
|
51689
|
+
|
51690
|
+
[1m[36m (1.7ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51691
|
+
FROM pg_constraint c
|
51692
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51693
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51694
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51695
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51696
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51697
|
+
WHERE c.contype = 'f'
|
51698
|
+
AND t1.relname = 'crest_costs'
|
51699
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51700
|
+
ORDER BY c.conname
|
51701
|
+
[0m
|
51702
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51703
|
+
FROM pg_constraint c
|
51704
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51705
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51706
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51707
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51708
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51709
|
+
WHERE c.contype = 'f'
|
51710
|
+
AND t1.relname = 'crest_price_histories'
|
51711
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51712
|
+
ORDER BY c.conname
|
51713
|
+
|
51714
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51715
|
+
FROM pg_constraint c
|
51716
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51717
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51718
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51719
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51720
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51721
|
+
WHERE c.contype = 'f'
|
51722
|
+
AND t1.relname = 'crest_price_histories_daily_used'
|
51723
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51724
|
+
ORDER BY c.conname
|
51725
|
+
[0m
|
51726
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51727
|
+
FROM pg_constraint c
|
51728
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51729
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51730
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51731
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51732
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51733
|
+
WHERE c.contype = 'f'
|
51734
|
+
AND t1.relname = 'crest_price_histories_frequently_used'
|
51735
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51736
|
+
ORDER BY c.conname
|
51737
|
+
|
51738
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51739
|
+
FROM pg_constraint c
|
51740
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51741
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51742
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51743
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51744
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51745
|
+
WHERE c.contype = 'f'
|
51746
|
+
AND t1.relname = 'crest_price_histories_never_used'
|
51747
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51748
|
+
ORDER BY c.conname
|
51749
|
+
[0m
|
51750
|
+
[1m[35m (1.7ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51751
|
+
FROM pg_constraint c
|
51752
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51753
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51754
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51755
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51756
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51757
|
+
WHERE c.contype = 'f'
|
51758
|
+
AND t1.relname = 'crest_price_histories_rarely_used'
|
51759
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51760
|
+
ORDER BY c.conname
|
51761
|
+
|
51762
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51763
|
+
FROM pg_constraint c
|
51764
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51765
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51766
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51767
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51768
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51769
|
+
WHERE c.contype = 'f'
|
51770
|
+
AND t1.relname = 'crest_prices_last_month_averages'
|
51771
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51772
|
+
ORDER BY c.conname
|
51773
|
+
[0m
|
51774
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51775
|
+
FROM pg_constraint c
|
51776
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51777
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51778
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51779
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51780
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51781
|
+
WHERE c.contype = 'f'
|
51782
|
+
AND t1.relname = 'eve_clients'
|
51783
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51784
|
+
ORDER BY c.conname
|
51785
|
+
|
51786
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51787
|
+
FROM pg_constraint c
|
51788
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51789
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51790
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51791
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51792
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51793
|
+
WHERE c.contype = 'f'
|
51794
|
+
AND t1.relname = 'eve_items'
|
51795
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51796
|
+
ORDER BY c.conname
|
51797
|
+
[0m
|
51798
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51799
|
+
FROM pg_constraint c
|
51800
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51801
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51802
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51803
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51804
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51805
|
+
WHERE c.contype = 'f'
|
51806
|
+
AND t1.relname = 'eve_items_users'
|
51807
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51808
|
+
ORDER BY c.conname
|
51809
|
+
|
51810
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51811
|
+
FROM pg_constraint c
|
51812
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51813
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51814
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51815
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51816
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51817
|
+
WHERE c.contype = 'f'
|
51818
|
+
AND t1.relname = 'identities'
|
51819
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51820
|
+
ORDER BY c.conname
|
51821
|
+
[0m
|
51822
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51823
|
+
FROM pg_constraint c
|
51824
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51825
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51826
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51827
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51828
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51829
|
+
WHERE c.contype = 'f'
|
51830
|
+
AND t1.relname = 'jita_margins'
|
51831
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51832
|
+
ORDER BY c.conname
|
51833
|
+
|
51834
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51835
|
+
FROM pg_constraint c
|
51836
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51837
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51838
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51839
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51840
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51841
|
+
WHERE c.contype = 'f'
|
51842
|
+
AND t1.relname = 'market_group_hierarchies'
|
51843
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51844
|
+
ORDER BY c.conname
|
51845
|
+
[0m
|
51846
|
+
[1m[35m (1.7ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51847
|
+
FROM pg_constraint c
|
51848
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51849
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51850
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51851
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51852
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51853
|
+
WHERE c.contype = 'f'
|
51854
|
+
AND t1.relname = 'market_groups'
|
51855
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51856
|
+
ORDER BY c.conname
|
51857
|
+
|
51858
|
+
[1m[36m (1.7ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51859
|
+
FROM pg_constraint c
|
51860
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51861
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51862
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51863
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51864
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51865
|
+
WHERE c.contype = 'f'
|
51866
|
+
AND t1.relname = 'materials'
|
51867
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51868
|
+
ORDER BY c.conname
|
51869
|
+
[0m
|
51870
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51871
|
+
FROM pg_constraint c
|
51872
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51873
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51874
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51875
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51876
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51877
|
+
WHERE c.contype = 'f'
|
51878
|
+
AND t1.relname = 'min_prices'
|
51879
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51880
|
+
ORDER BY c.conname
|
51881
|
+
|
51882
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51883
|
+
FROM pg_constraint c
|
51884
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51885
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51886
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51887
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51888
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51889
|
+
WHERE c.contype = 'f'
|
51890
|
+
AND t1.relname = 'regions'
|
51891
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51892
|
+
ORDER BY c.conname
|
51893
|
+
[0m
|
51894
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51895
|
+
FROM pg_constraint c
|
51896
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51897
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51898
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51899
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51900
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51901
|
+
WHERE c.contype = 'f'
|
51902
|
+
AND t1.relname = 'sale_records'
|
51903
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51904
|
+
ORDER BY c.conname
|
51905
|
+
|
51906
|
+
[1m[36m (1.7ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51907
|
+
FROM pg_constraint c
|
51908
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51909
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51910
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51911
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51912
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51913
|
+
WHERE c.contype = 'f'
|
51914
|
+
AND t1.relname = 'shopping_baskets'
|
51915
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51916
|
+
ORDER BY c.conname
|
51917
|
+
[0m
|
51918
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51919
|
+
FROM pg_constraint c
|
51920
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51921
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51922
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51923
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51924
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51925
|
+
WHERE c.contype = 'f'
|
51926
|
+
AND t1.relname = 'stations'
|
51927
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51928
|
+
ORDER BY c.conname
|
51929
|
+
|
51930
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51931
|
+
FROM pg_constraint c
|
51932
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51933
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51934
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51935
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51936
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51937
|
+
WHERE c.contype = 'f'
|
51938
|
+
AND t1.relname = 'trade_hubs'
|
51939
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51940
|
+
ORDER BY c.conname
|
51941
|
+
[0m
|
51942
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51943
|
+
FROM pg_constraint c
|
51944
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51945
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51946
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51947
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51948
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51949
|
+
WHERE c.contype = 'f'
|
51950
|
+
AND t1.relname = 'trade_hubs_users'
|
51951
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51952
|
+
ORDER BY c.conname
|
51953
|
+
|
51954
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51955
|
+
FROM pg_constraint c
|
51956
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51957
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51958
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51959
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51960
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51961
|
+
WHERE c.contype = 'f'
|
51962
|
+
AND t1.relname = 'trade_orders'
|
51963
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51964
|
+
ORDER BY c.conname
|
51965
|
+
[0m
|
51966
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51967
|
+
FROM pg_constraint c
|
51968
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51969
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51970
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51971
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51972
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51973
|
+
WHERE c.contype = 'f'
|
51974
|
+
AND t1.relname = 'user_activity_logs'
|
51975
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51976
|
+
ORDER BY c.conname
|
51977
|
+
|
51978
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
51979
|
+
FROM pg_constraint c
|
51980
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
51981
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
51982
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
51983
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
51984
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
51985
|
+
WHERE c.contype = 'f'
|
51986
|
+
AND t1.relname = 'users'
|
51987
|
+
AND t3.nspname = ANY (current_schemas(false))
|
51988
|
+
ORDER BY c.conname
|
51989
|
+
[0m
|
51990
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
51991
|
+
Migrating to CreateCaddieCrestPriceHistoryUpdates (20160524122651)
|
51992
|
+
[1m[35m (0.3ms)[0m BEGIN
|
51993
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "caddie_crest_price_history_updates" ("id" serial primary key, "eve_item_id" integer, "region_id" integer, "max_update" date, "max_eve_item_create" date, "max_region_create" date, "max_date" date, "nb_days" integer, "process_queue" character varying, "process_queue_priority" integer, "next_process_date" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
|
51994
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
51995
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
51996
|
+
[1m[35m (0.2ms)[0m BEGIN
|
51997
|
+
[1m[36m (2.4ms)[0m [1mCREATE TABLE "caddie_crest_price_history_updates" ("id" serial primary key, "eve_item_id" integer, "region_id" integer, "max_update" date, "max_eve_item_create" date, "max_region_create" date, "max_date" date, "nb_days" integer, "process_queue" character varying, "process_queue_priority" integer, "next_process_date" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
|
51998
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
51999
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
52000
|
+
[1m[35m (0.2ms)[0m BEGIN
|
52001
|
+
[1m[36m (0.6ms)[0m [1mALTER TABLE "caddie_crest_price_history_updates" ADD "thread_slice_id" integer[0m
|
52002
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160527152027"]]
|
52003
|
+
[1m[36m (2.1ms)[0m [1mCOMMIT[0m
|
52004
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.4ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
52005
|
+
[1m[36m (2.3ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52006
|
+
FROM pg_constraint c
|
52007
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52008
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52009
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52010
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52011
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52012
|
+
WHERE c.contype = 'f'
|
52013
|
+
AND t1.relname = 'api_key_errors'
|
52014
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52015
|
+
ORDER BY c.conname
|
52016
|
+
[0m
|
52017
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52018
|
+
FROM pg_constraint c
|
52019
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52020
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52021
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52022
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52023
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52024
|
+
WHERE c.contype = 'f'
|
52025
|
+
AND t1.relname = 'blueprints'
|
52026
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52027
|
+
ORDER BY c.conname
|
52028
|
+
|
52029
|
+
[1m[36m (2.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52030
|
+
FROM pg_constraint c
|
52031
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52032
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52033
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52034
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52035
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52036
|
+
WHERE c.contype = 'f'
|
52037
|
+
AND t1.relname = 'caddie_crest_price_history_updates'
|
52038
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52039
|
+
ORDER BY c.conname
|
52040
|
+
[0m
|
52041
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52042
|
+
FROM pg_constraint c
|
52043
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52044
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52045
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52046
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52047
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52048
|
+
WHERE c.contype = 'f'
|
52049
|
+
AND t1.relname = 'components'
|
52050
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52051
|
+
ORDER BY c.conname
|
52052
|
+
|
52053
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52054
|
+
FROM pg_constraint c
|
52055
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52056
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52057
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52058
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52059
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52060
|
+
WHERE c.contype = 'f'
|
52061
|
+
AND t1.relname = 'crest_costs'
|
52062
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52063
|
+
ORDER BY c.conname
|
52064
|
+
[0m
|
52065
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52066
|
+
FROM pg_constraint c
|
52067
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52068
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52069
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52070
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52071
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52072
|
+
WHERE c.contype = 'f'
|
52073
|
+
AND t1.relname = 'crest_price_histories'
|
52074
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52075
|
+
ORDER BY c.conname
|
52076
|
+
|
52077
|
+
[1m[36m (2.1ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52078
|
+
FROM pg_constraint c
|
52079
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52080
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52081
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52082
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52083
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52084
|
+
WHERE c.contype = 'f'
|
52085
|
+
AND t1.relname = 'crest_price_histories_daily_used'
|
52086
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52087
|
+
ORDER BY c.conname
|
52088
|
+
[0m
|
52089
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52090
|
+
FROM pg_constraint c
|
52091
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52092
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52093
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52094
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52095
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52096
|
+
WHERE c.contype = 'f'
|
52097
|
+
AND t1.relname = 'crest_price_histories_frequently_used'
|
52098
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52099
|
+
ORDER BY c.conname
|
52100
|
+
|
52101
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52102
|
+
FROM pg_constraint c
|
52103
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52104
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52105
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52106
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52107
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52108
|
+
WHERE c.contype = 'f'
|
52109
|
+
AND t1.relname = 'crest_price_histories_never_used'
|
52110
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52111
|
+
ORDER BY c.conname
|
52112
|
+
[0m
|
52113
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52114
|
+
FROM pg_constraint c
|
52115
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52116
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52117
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52118
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52119
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52120
|
+
WHERE c.contype = 'f'
|
52121
|
+
AND t1.relname = 'crest_price_histories_rarely_used'
|
52122
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52123
|
+
ORDER BY c.conname
|
52124
|
+
|
52125
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52126
|
+
FROM pg_constraint c
|
52127
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52128
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52129
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52130
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52131
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52132
|
+
WHERE c.contype = 'f'
|
52133
|
+
AND t1.relname = 'crest_prices_last_month_averages'
|
52134
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52135
|
+
ORDER BY c.conname
|
52136
|
+
[0m
|
52137
|
+
[1m[35m (2.1ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52138
|
+
FROM pg_constraint c
|
52139
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52140
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52141
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52142
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52143
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52144
|
+
WHERE c.contype = 'f'
|
52145
|
+
AND t1.relname = 'eve_clients'
|
52146
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52147
|
+
ORDER BY c.conname
|
52148
|
+
|
52149
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52150
|
+
FROM pg_constraint c
|
52151
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52152
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52153
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52154
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52155
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52156
|
+
WHERE c.contype = 'f'
|
52157
|
+
AND t1.relname = 'eve_items'
|
52158
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52159
|
+
ORDER BY c.conname
|
52160
|
+
[0m
|
52161
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52162
|
+
FROM pg_constraint c
|
52163
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52164
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52165
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52166
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52167
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52168
|
+
WHERE c.contype = 'f'
|
52169
|
+
AND t1.relname = 'eve_items_users'
|
52170
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52171
|
+
ORDER BY c.conname
|
52172
|
+
|
52173
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52174
|
+
FROM pg_constraint c
|
52175
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52176
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52177
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52178
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52179
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52180
|
+
WHERE c.contype = 'f'
|
52181
|
+
AND t1.relname = 'identities'
|
52182
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52183
|
+
ORDER BY c.conname
|
52184
|
+
[0m
|
52185
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52186
|
+
FROM pg_constraint c
|
52187
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52188
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52189
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52190
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52191
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52192
|
+
WHERE c.contype = 'f'
|
52193
|
+
AND t1.relname = 'jita_margins'
|
52194
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52195
|
+
ORDER BY c.conname
|
52196
|
+
|
52197
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52198
|
+
FROM pg_constraint c
|
52199
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52200
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52201
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52202
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52203
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52204
|
+
WHERE c.contype = 'f'
|
52205
|
+
AND t1.relname = 'market_group_hierarchies'
|
52206
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52207
|
+
ORDER BY c.conname
|
52208
|
+
[0m
|
52209
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52210
|
+
FROM pg_constraint c
|
52211
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52212
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52213
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52214
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52215
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52216
|
+
WHERE c.contype = 'f'
|
52217
|
+
AND t1.relname = 'market_groups'
|
52218
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52219
|
+
ORDER BY c.conname
|
52220
|
+
|
52221
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52222
|
+
FROM pg_constraint c
|
52223
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52224
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52225
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52226
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52227
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52228
|
+
WHERE c.contype = 'f'
|
52229
|
+
AND t1.relname = 'materials'
|
52230
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52231
|
+
ORDER BY c.conname
|
52232
|
+
[0m
|
52233
|
+
[1m[35m (1.8ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52234
|
+
FROM pg_constraint c
|
52235
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52236
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52237
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52238
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52239
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52240
|
+
WHERE c.contype = 'f'
|
52241
|
+
AND t1.relname = 'min_prices'
|
52242
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52243
|
+
ORDER BY c.conname
|
52244
|
+
|
52245
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52246
|
+
FROM pg_constraint c
|
52247
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52248
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52249
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52250
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52251
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52252
|
+
WHERE c.contype = 'f'
|
52253
|
+
AND t1.relname = 'regions'
|
52254
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52255
|
+
ORDER BY c.conname
|
52256
|
+
[0m
|
52257
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52258
|
+
FROM pg_constraint c
|
52259
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52260
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52261
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52262
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52263
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52264
|
+
WHERE c.contype = 'f'
|
52265
|
+
AND t1.relname = 'sale_records'
|
52266
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52267
|
+
ORDER BY c.conname
|
52268
|
+
|
52269
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52270
|
+
FROM pg_constraint c
|
52271
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52272
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52273
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52274
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52275
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52276
|
+
WHERE c.contype = 'f'
|
52277
|
+
AND t1.relname = 'shopping_baskets'
|
52278
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52279
|
+
ORDER BY c.conname
|
52280
|
+
[0m
|
52281
|
+
[1m[35m (2.1ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52282
|
+
FROM pg_constraint c
|
52283
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52284
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52285
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52286
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52287
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52288
|
+
WHERE c.contype = 'f'
|
52289
|
+
AND t1.relname = 'stations'
|
52290
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52291
|
+
ORDER BY c.conname
|
52292
|
+
|
52293
|
+
[1m[36m (2.0ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52294
|
+
FROM pg_constraint c
|
52295
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52296
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52297
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52298
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52299
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52300
|
+
WHERE c.contype = 'f'
|
52301
|
+
AND t1.relname = 'trade_hubs'
|
52302
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52303
|
+
ORDER BY c.conname
|
52304
|
+
[0m
|
52305
|
+
[1m[35m (2.1ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52306
|
+
FROM pg_constraint c
|
52307
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52308
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52309
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52310
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52311
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52312
|
+
WHERE c.contype = 'f'
|
52313
|
+
AND t1.relname = 'trade_hubs_users'
|
52314
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52315
|
+
ORDER BY c.conname
|
52316
|
+
|
52317
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52318
|
+
FROM pg_constraint c
|
52319
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52320
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52321
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52322
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52323
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52324
|
+
WHERE c.contype = 'f'
|
52325
|
+
AND t1.relname = 'trade_orders'
|
52326
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52327
|
+
ORDER BY c.conname
|
52328
|
+
[0m
|
52329
|
+
[1m[35m (2.0ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52330
|
+
FROM pg_constraint c
|
52331
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52332
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52333
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52334
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52335
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52336
|
+
WHERE c.contype = 'f'
|
52337
|
+
AND t1.relname = 'user_activity_logs'
|
52338
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52339
|
+
ORDER BY c.conname
|
52340
|
+
|
52341
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
52342
|
+
FROM pg_constraint c
|
52343
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
52344
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
52345
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
52346
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
52347
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
52348
|
+
WHERE c.contype = 'f'
|
52349
|
+
AND t1.relname = 'users'
|
52350
|
+
AND t3.nspname = ANY (current_schemas(false))
|
52351
|
+
ORDER BY c.conname
|
52352
|
+
[0m
|
52353
|
+
[1m[36m (1.4ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC[0m [["next_process_date", "2016-05-27"]]
|
52354
|
+
[1m[35m (0.4ms)[0m SELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC [["next_process_date", "2016-05-27"]]
|
52355
|
+
[1m[36m (84704.0ms)[0m [1m/* Don't forget to set the postgres sequence to cycle on production */
|
52356
|
+
/* ALTER SEQUENCE caddie_crest_price_history_updates_id_seq CYCLE; */
|
52357
|
+
|
52358
|
+
/* TRUNCATE TABLE caddie_crest_price_history_updates; */
|
52359
|
+
|
52360
|
+
/* Insert new regions / items */
|
52361
|
+
INSERT INTO caddie_crest_price_history_updates( eve_item_id, region_id, created_at, updated_at )
|
52362
|
+
SELECT eve_items.id, regions.id, now(), now()
|
52363
|
+
FROM eve_items, regions
|
52364
|
+
WHERE NOT EXISTS ( SELECT NULL FROM caddie_crest_price_history_updates WHERE eve_item_id = eve_items.id and region_id = regions.id );
|
52365
|
+
|
52366
|
+
/* Update all datas */
|
52367
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52368
|
+
SET max_update = sub.mua, max_eve_item_create = sub.max_eve_item_create, max_region_create = sub.max_region_create
|
52369
|
+
FROM (
|
52370
|
+
SELECT DISTINCT eve_item_id, region_id, MAX( crest_price_histories.updated_at ) mua, MAX( eve_items.created_at ) max_eve_item_create, MAX( regions.created_at ) max_region_create
|
52371
|
+
FROM crest_price_histories, eve_items, regions
|
52372
|
+
WHERE eve_item_id = eve_items.id
|
52373
|
+
AND region_id = regions.id
|
52374
|
+
GROUP BY eve_item_id, region_id
|
52375
|
+
) sub
|
52376
|
+
WHERE cphu.eve_item_id = sub.eve_item_id
|
52377
|
+
AND cphu.region_id = sub.region_id;
|
52378
|
+
|
52379
|
+
UPDATE caddie_crest_price_history_updates cphu SET max_date = GREATEST( max_update, max_eve_item_create, max_region_create );
|
52380
|
+
|
52381
|
+
UPDATE caddie_crest_price_history_updates cphu SET nb_days = ( CURRENT_DATE - max_date );
|
52382
|
+
|
52383
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52384
|
+
SET process_queue = 'DAILY', next_process_date = current_date, process_queue_priority = 1
|
52385
|
+
WHERE nb_days <= 7;
|
52386
|
+
|
52387
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52388
|
+
SET process_queue = 'WEEKLY', next_process_date = date_trunc( 'week', ( current_date + ( interval '1 week' ) ) ), process_queue_priority = 2
|
52389
|
+
WHERE nb_days <= 30 AND nb_days > 7;
|
52390
|
+
|
52391
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52392
|
+
SET process_queue = 'MONTHLY', next_process_date = date_trunc( 'month', ( current_date + ( interval '1 month' ) ) ), process_queue_priority = 3
|
52393
|
+
WHERE nb_days > 30 OR nb_days IS NULL;[0m
|
52394
|
+
[1m[35m (82.8ms)[0m SELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC [["next_process_date", "2016-05-27"]]
|
52395
|
+
[1m[36m (53103.8ms)[0m [1m/* Don't forget to set the postgres sequence to cycle on production */
|
52396
|
+
/* ALTER SEQUENCE caddie_crest_price_history_updates_id_seq CYCLE; */
|
52397
|
+
|
52398
|
+
/* TRUNCATE TABLE caddie_crest_price_history_updates; */
|
52399
|
+
|
52400
|
+
/* Insert new regions / items */
|
52401
|
+
INSERT INTO caddie_crest_price_history_updates( eve_item_id, region_id, created_at, updated_at )
|
52402
|
+
SELECT eve_items.id, regions.id, now(), now()
|
52403
|
+
FROM eve_items, regions
|
52404
|
+
WHERE NOT EXISTS ( SELECT NULL FROM caddie_crest_price_history_updates WHERE eve_item_id = eve_items.id and region_id = regions.id );
|
52405
|
+
|
52406
|
+
/* Update all datas */
|
52407
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52408
|
+
SET max_update = sub.mua, max_eve_item_create = sub.max_eve_item_create, max_region_create = sub.max_region_create
|
52409
|
+
FROM (
|
52410
|
+
SELECT DISTINCT eve_item_id, region_id, MAX( crest_price_histories.updated_at ) mua, MAX( eve_items.created_at ) max_eve_item_create, MAX( regions.created_at ) max_region_create
|
52411
|
+
FROM crest_price_histories, eve_items, regions
|
52412
|
+
WHERE eve_item_id = eve_items.id
|
52413
|
+
AND region_id = regions.id
|
52414
|
+
GROUP BY eve_item_id, region_id
|
52415
|
+
) sub
|
52416
|
+
WHERE cphu.eve_item_id = sub.eve_item_id
|
52417
|
+
AND cphu.region_id = sub.region_id;
|
52418
|
+
|
52419
|
+
UPDATE caddie_crest_price_history_updates cphu SET max_date = GREATEST( max_update, max_eve_item_create, max_region_create );
|
52420
|
+
|
52421
|
+
UPDATE caddie_crest_price_history_updates cphu SET nb_days = ( CURRENT_DATE - max_date );
|
52422
|
+
|
52423
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52424
|
+
SET process_queue = 'DAILY', next_process_date = current_date, process_queue_priority = 1
|
52425
|
+
WHERE nb_days <= 7;
|
52426
|
+
|
52427
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52428
|
+
SET process_queue = 'WEEKLY', next_process_date = date_trunc( 'week', ( current_date + ( interval '1 week' ) ) ), process_queue_priority = 2
|
52429
|
+
WHERE nb_days <= 30 AND nb_days > 7;
|
52430
|
+
|
52431
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52432
|
+
SET process_queue = 'MONTHLY', next_process_date = date_trunc( 'month', ( current_date + ( interval '1 month' ) ) ), process_queue_priority = 3
|
52433
|
+
WHERE nb_days > 30 OR nb_days IS NULL;[0m
|
52434
|
+
[1m[36m (48930.0ms)[0m [1m/* Don't forget to set the postgres sequence to cycle on production */
|
52435
|
+
/* ALTER SEQUENCE caddie_crest_price_history_updates_id_seq CYCLE; */
|
52436
|
+
|
52437
|
+
/* TRUNCATE TABLE caddie_crest_price_history_updates; */
|
52438
|
+
|
52439
|
+
/* Insert new regions / items */
|
52440
|
+
INSERT INTO caddie_crest_price_history_updates( eve_item_id, region_id, created_at, updated_at )
|
52441
|
+
SELECT eve_items.id, regions.id, now(), now()
|
52442
|
+
FROM eve_items, regions
|
52443
|
+
WHERE NOT EXISTS ( SELECT NULL FROM caddie_crest_price_history_updates WHERE eve_item_id = eve_items.id and region_id = regions.id );
|
52444
|
+
|
52445
|
+
/* Update all datas */
|
52446
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52447
|
+
SET max_update = sub.mua, max_eve_item_create = sub.max_eve_item_create, max_region_create = sub.max_region_create
|
52448
|
+
FROM (
|
52449
|
+
SELECT DISTINCT eve_item_id, region_id, MAX( crest_price_histories.updated_at ) mua, MAX( eve_items.created_at ) max_eve_item_create, MAX( regions.created_at ) max_region_create
|
52450
|
+
FROM crest_price_histories, eve_items, regions
|
52451
|
+
WHERE eve_item_id = eve_items.id
|
52452
|
+
AND region_id = regions.id
|
52453
|
+
GROUP BY eve_item_id, region_id
|
52454
|
+
) sub
|
52455
|
+
WHERE cphu.eve_item_id = sub.eve_item_id
|
52456
|
+
AND cphu.region_id = sub.region_id;
|
52457
|
+
|
52458
|
+
UPDATE caddie_crest_price_history_updates cphu SET max_date = GREATEST( max_update, max_eve_item_create, max_region_create );
|
52459
|
+
|
52460
|
+
UPDATE caddie_crest_price_history_updates cphu SET nb_days = ( CURRENT_DATE - max_date );
|
52461
|
+
|
52462
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52463
|
+
SET process_queue = 'DAILY', next_process_date = current_date, process_queue_priority = 1
|
52464
|
+
WHERE nb_days <= 7;
|
52465
|
+
|
52466
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52467
|
+
SET process_queue = 'WEEKLY', next_process_date = date_trunc( 'week', ( current_date + ( interval '1 week' ) ) ), process_queue_priority = 2
|
52468
|
+
WHERE nb_days <= 30 AND nb_days > 7;
|
52469
|
+
|
52470
|
+
UPDATE caddie_crest_price_history_updates cphu
|
52471
|
+
SET process_queue = 'MONTHLY', next_process_date = date_trunc( 'month', ( current_date + ( interval '1 month' ) ) ), process_queue_priority = 3
|
52472
|
+
WHERE nb_days > 30 OR nb_days IS NULL;[0m
|
52473
|
+
[1m[36m (68.5ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 1000[0m [["next_process_date", "2016-05-30"]]
|
52474
|
+
[1m[36m (86.2ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 1000[0m [["next_process_date", "2016-05-30"]]
|
52475
|
+
[1m[36m (66.5ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 1000[0m [["next_process_date", "2016-05-30"]]
|
52476
|
+
[1m[36m (72.6ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 1000[0m [["next_process_date", "2016-05-30"]]
|
52477
|
+
[1m[36m (70.3ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 1000[0m [["next_process_date", "2016-05-30"]]
|
52478
|
+
[1m[36m (68.3ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 1000[0m [["next_process_date", "2016-05-30"]]
|
52479
|
+
[1m[36m (67.8ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 1000[0m [["next_process_date", "2016-05-30"]]
|
52480
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52481
|
+
[1m[36m (1.0ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 34], ["eve_item_id", 3]]
|
52482
|
+
[1m[35m (0.6ms)[0m COMMIT
|
52483
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
52484
|
+
[1m[35m (0.7ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 35], ["eve_item_id", 3]]
|
52485
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
52486
|
+
[1m[35m (0.8ms)[0m BEGIN
|
52487
|
+
[1m[36m (0.9ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 37], ["eve_item_id", 3]]
|
52488
|
+
[1m[35m (0.8ms)[0m COMMIT
|
52489
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
52490
|
+
[1m[35m (2.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 38], ["eve_item_id", 3]]
|
52491
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
52492
|
+
[1m[35m (0.2ms)[0m BEGIN
|
52493
|
+
[1m[36m (0.7ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 46], ["eve_item_id", 3]]
|
52494
|
+
[1m[35m (0.3ms)[0m COMMIT
|
52495
|
+
[1m[36m (1.7ms)[0m [1mBEGIN[0m
|
52496
|
+
[1m[35m (17.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 48], ["eve_item_id", 3]]
|
52497
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52498
|
+
[1m[35m (1.1ms)[0m BEGIN
|
52499
|
+
[1m[36m (1.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 54], ["eve_item_id", 3]]
|
52500
|
+
[1m[35m (1.3ms)[0m COMMIT
|
52501
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
52502
|
+
[1m[35m (2.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 55], ["eve_item_id", 3]]
|
52503
|
+
[1m[36m (6.0ms)[0m [1mCOMMIT[0m
|
52504
|
+
[1m[35m (1.0ms)[0m BEGIN
|
52505
|
+
[1m[36m (2.4ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 58], ["eve_item_id", 3]]
|
52506
|
+
[1m[35m (0.7ms)[0m COMMIT
|
52507
|
+
[1m[36m (0.8ms)[0m [1mBEGIN[0m
|
52508
|
+
[1m[35m (1.2ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 65], ["eve_item_id", 3]]
|
52509
|
+
[1m[36m (3.0ms)[0m [1mCOMMIT[0m
|
52510
|
+
[1m[35m (0.5ms)[0m BEGIN
|
52511
|
+
[1m[36m (0.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 66], ["eve_item_id", 3]]
|
52512
|
+
[1m[35m (0.4ms)[0m COMMIT
|
52513
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
52514
|
+
[1m[35m (1.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 38], ["eve_item_id", 4]]
|
52515
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
52516
|
+
[1m[35m (1.2ms)[0m BEGIN
|
52517
|
+
[1m[36m (2.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 46], ["eve_item_id", 4]]
|
52518
|
+
[1m[35m (0.9ms)[0m COMMIT
|
52519
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
52520
|
+
[1m[35m (6.3ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 48], ["eve_item_id", 4]]
|
52521
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
52522
|
+
[1m[36m (66.5ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 100[0m [["next_process_date", "2016-05-30"]]
|
52523
|
+
[1m[35m (0.6ms)[0m BEGIN
|
52524
|
+
[1m[36m (1.1ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 34], ["eve_item_id", 3]]
|
52525
|
+
[1m[35m (11.6ms)[0m COMMIT
|
52526
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
52527
|
+
[1m[35m (0.8ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 35], ["eve_item_id", 3]]
|
52528
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
52529
|
+
[1m[35m (0.9ms)[0m BEGIN
|
52530
|
+
[1m[36m (10.8ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 37], ["eve_item_id", 3]]
|
52531
|
+
[1m[35m (0.5ms)[0m COMMIT
|
52532
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
52533
|
+
[1m[35m (1.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 38], ["eve_item_id", 3]]
|
52534
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
52535
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52536
|
+
[1m[36m (1.0ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 46], ["eve_item_id", 3]]
|
52537
|
+
[1m[35m (0.5ms)[0m COMMIT
|
52538
|
+
[1m[36m (66.7ms)[0m [1mSELECT "caddie_crest_price_history_updates"."eve_item_id", "caddie_crest_price_history_updates"."region_id", cpp_eve_item_id, cpp_region_id FROM "caddie_crest_price_history_updates" INNER JOIN "eve_items" ON "eve_items"."id" = "caddie_crest_price_history_updates"."eve_item_id" INNER JOIN "regions" ON "regions"."id" = "caddie_crest_price_history_updates"."region_id" WHERE "caddie_crest_price_history_updates"."next_process_date" = $1 ORDER BY "caddie_crest_price_history_updates"."process_queue_priority" ASC LIMIT 100[0m [["next_process_date", "2016-05-30"]]
|
52539
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52540
|
+
[1m[36m (1.8ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 34], ["eve_item_id", 3]]
|
52541
|
+
[1m[35m (0.5ms)[0m COMMIT
|
52542
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
52543
|
+
[1m[35m (1.2ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 35], ["eve_item_id", 3]]
|
52544
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
52545
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52546
|
+
[1m[36m (1.3ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 37], ["eve_item_id", 3]]
|
52547
|
+
[1m[35m (0.6ms)[0m COMMIT
|
52548
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
52549
|
+
[1m[35m (1.5ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 38], ["eve_item_id", 3]]
|
52550
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
52551
|
+
[1m[35m (0.7ms)[0m BEGIN
|
52552
|
+
[1m[36m (1.3ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 46], ["eve_item_id", 3]]
|
52553
|
+
[1m[35m (0.4ms)[0m COMMIT
|
52554
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
52555
|
+
[1m[35m (0.7ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 48], ["eve_item_id", 3]]
|
52556
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
52557
|
+
[1m[35m (0.5ms)[0m BEGIN
|
52558
|
+
[1m[36m (1.9ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 54], ["eve_item_id", 3]]
|
52559
|
+
[1m[35m (0.6ms)[0m COMMIT
|
52560
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
52561
|
+
[1m[35m (1.8ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 55], ["eve_item_id", 3]]
|
52562
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
52563
|
+
[1m[35m (0.8ms)[0m BEGIN
|
52564
|
+
[1m[36m (1.4ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 58], ["eve_item_id", 3]]
|
52565
|
+
[1m[35m (0.9ms)[0m COMMIT
|
52566
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
52567
|
+
[1m[35m (1.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 65], ["eve_item_id", 3]]
|
52568
|
+
[1m[36m (13.4ms)[0m [1mCOMMIT[0m
|
52569
|
+
[1m[35m (0.9ms)[0m BEGIN
|
52570
|
+
[1m[36m (1.9ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 66], ["eve_item_id", 3]]
|
52571
|
+
[1m[35m (0.7ms)[0m COMMIT
|
52572
|
+
[1m[36m (1.2ms)[0m [1mBEGIN[0m
|
52573
|
+
[1m[35m (0.9ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 38], ["eve_item_id", 4]]
|
52574
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
52575
|
+
[1m[35m (0.9ms)[0m BEGIN
|
52576
|
+
[1m[36m (2.0ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 46], ["eve_item_id", 4]]
|
52577
|
+
[1m[35m (0.5ms)[0m COMMIT
|
52578
|
+
[1m[36m (1.1ms)[0m [1mBEGIN[0m
|
52579
|
+
[1m[35m (1.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 48], ["eve_item_id", 4]]
|
52580
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52581
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52582
|
+
[1m[36m (0.9ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 54], ["eve_item_id", 4]]
|
52583
|
+
[1m[35m (0.6ms)[0m COMMIT
|
52584
|
+
[1m[36m (1.3ms)[0m [1mBEGIN[0m
|
52585
|
+
[1m[35m (1.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 55], ["eve_item_id", 4]]
|
52586
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
52587
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52588
|
+
[1m[36m (1.1ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 58], ["eve_item_id", 4]]
|
52589
|
+
[1m[35m (0.5ms)[0m COMMIT
|
52590
|
+
[1m[36m (0.9ms)[0m [1mBEGIN[0m
|
52591
|
+
[1m[35m (1.8ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 64], ["eve_item_id", 4]]
|
52592
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 64], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 91000.01], ["avg_price", 297000.0], ["high_price", 400000.0], ["created_at", "2016-05-30 10:11:39.045302"], ["updated_at", "2016-05-30 10:11:39.045302"]]
|
52593
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 64], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 800000.0], ["avg_price", 800000.0], ["high_price", 800000.0], ["created_at", "2016-05-30 10:11:39.048814"], ["updated_at", "2016-05-30 10:11:39.048814"]]
|
52594
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 64], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 400000.0], ["avg_price", 400000.0], ["high_price", 400000.0], ["created_at", "2016-05-30 10:11:39.051704"], ["updated_at", "2016-05-30 10:11:39.051704"]]
|
52595
|
+
[1m[35m (0.8ms)[0m COMMIT
|
52596
|
+
[1m[36m (1.7ms)[0m [1mBEGIN[0m
|
52597
|
+
[1m[35m (1.8ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 65], ["eve_item_id", 4]]
|
52598
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 65], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 4], ["volume", 5], ["low_price", 399999.99], ["avg_price", 469999.99], ["high_price", 750000.0], ["created_at", "2016-05-30 10:11:39.985016"], ["updated_at", "2016-05-30 10:11:39.985016"]]
|
52599
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 65], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 3], ["volume", 4], ["low_price", 399999.99], ["avg_price", 400000.0], ["high_price", 400000.0], ["created_at", "2016-05-30 10:11:39.988505"], ["updated_at", "2016-05-30 10:11:39.988505"]]
|
52600
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 65], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 2], ["volume", 8], ["low_price", 750000.0], ["avg_price", 750000.0], ["high_price", 750000.0], ["created_at", "2016-05-30 10:11:39.991914"], ["updated_at", "2016-05-30 10:11:39.991914"]]
|
52601
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 65], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 3000.0], ["avg_price", 267666.66], ["high_price", 399999.99], ["created_at", "2016-05-30 10:11:39.994798"], ["updated_at", "2016-05-30 10:11:39.994798"]]
|
52602
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 65], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 499999.89], ["avg_price", 499999.89], ["high_price", 499999.89], ["created_at", "2016-05-30 10:11:39.997428"], ["updated_at", "2016-05-30 10:11:39.997428"]]
|
52603
|
+
[1m[35m (1.1ms)[0m COMMIT
|
52604
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
52605
|
+
[1m[35m (0.4ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 66], ["eve_item_id", 4]]
|
52606
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 66], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 500000.0], ["avg_price", 500000.0], ["high_price", 500000.0], ["created_at", "2016-05-30 10:11:41.067034"], ["updated_at", "2016-05-30 10:11:41.067034"]]
|
52607
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 66], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 500000.0], ["avg_price", 500000.0], ["high_price", 500000.0], ["created_at", "2016-05-30 10:11:41.070128"], ["updated_at", "2016-05-30 10:11:41.070128"]]
|
52608
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
52609
|
+
[1m[35m (1.0ms)[0m BEGIN
|
52610
|
+
[1m[36m (1.4ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 67], ["eve_item_id", 4]]
|
52611
|
+
[1m[35mSQL (10.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 67], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 25], ["volume", 27], ["low_price", 120003.08], ["avg_price", 253797.5], ["high_price", 318888.0], ["created_at", "2016-05-30 10:11:41.673021"], ["updated_at", "2016-05-30 10:11:41.673021"]]
|
52612
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 67], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 29], ["volume", 29], ["low_price", 120003.09], ["avg_price", 633066.3], ["high_price", 838499.5], ["created_at", "2016-05-30 10:11:41.685835"], ["updated_at", "2016-05-30 10:11:41.685835"]]
|
52613
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 67], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 18], ["volume", 25], ["low_price", 320000.0], ["avg_price", 466083.59], ["high_price", 555555.55], ["created_at", "2016-05-30 10:11:41.687729"], ["updated_at", "2016-05-30 10:11:41.687729"]]
|
52614
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 67], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 38], ["volume", 40], ["low_price", 312000.0], ["avg_price", 452538.82], ["high_price", 750000.0], ["created_at", "2016-05-30 10:11:41.689462"], ["updated_at", "2016-05-30 10:11:41.689462"]]
|
52615
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 67], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 28], ["volume", 29], ["low_price", 320000.0], ["avg_price", 18194960.91], ["high_price", 510000000.02], ["created_at", "2016-05-30 10:11:41.691309"], ["updated_at", "2016-05-30 10:11:41.691309"]]
|
52616
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
52617
|
+
[1m[35m (15.5ms)[0m BEGIN
|
52618
|
+
[1m[36m (16.1ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 69], ["eve_item_id", 4]]
|
52619
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 69], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 11], ["volume", 11], ["low_price", 210000.01], ["avg_price", 257181.91], ["high_price", 260000.0], ["created_at", "2016-05-30 10:11:42.264752"], ["updated_at", "2016-05-30 10:11:42.264752"]]
|
52620
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 69], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 10], ["volume", 10], ["low_price", 127500.0], ["avg_price", 232500.05], ["high_price", 259999.99], ["created_at", "2016-05-30 10:11:42.267082"], ["updated_at", "2016-05-30 10:11:42.267082"]]
|
52621
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 69], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 10], ["volume", 11], ["low_price", 259999.99], ["avg_price", 276363.63], ["high_price", 590000.01], ["created_at", "2016-05-30 10:11:42.269055"], ["updated_at", "2016-05-30 10:11:42.269055"]]
|
52622
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 69], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 8], ["volume", 8], ["low_price", 245000.0], ["avg_price", 256250.0], ["high_price", 259999.99], ["created_at", "2016-05-30 10:11:42.270952"], ["updated_at", "2016-05-30 10:11:42.270952"]]
|
52623
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 69], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 14], ["volume", 21], ["low_price", 252499.99], ["avg_price", 350238.09], ["high_price", 999999.99], ["created_at", "2016-05-30 10:11:42.272605"], ["updated_at", "2016-05-30 10:11:42.272605"]]
|
52624
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52625
|
+
[1m[35m (0.7ms)[0m BEGIN
|
52626
|
+
[1m[36m (1.2ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 70], ["eve_item_id", 4]]
|
52627
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 70], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 450000.0], ["avg_price", 450000.0], ["high_price", 450000.0], ["created_at", "2016-05-30 10:11:42.871743"], ["updated_at", "2016-05-30 10:11:42.871743"]]
|
52628
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 70], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 450000.0], ["avg_price", 450000.0], ["high_price", 450000.0], ["created_at", "2016-05-30 10:11:42.887954"], ["updated_at", "2016-05-30 10:11:42.887954"]]
|
52629
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 70], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 450000.0], ["avg_price", 450000.0], ["high_price", 450000.0], ["created_at", "2016-05-30 10:11:42.889627"], ["updated_at", "2016-05-30 10:11:42.889627"]]
|
52630
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 70], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 0.01], ["avg_price", 0.01], ["high_price", 0.01], ["created_at", "2016-05-30 10:11:42.890977"], ["updated_at", "2016-05-30 10:11:42.890977"]]
|
52631
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 70], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 450000.0], ["avg_price", 450000.0], ["high_price", 450000.0], ["created_at", "2016-05-30 10:11:42.892356"], ["updated_at", "2016-05-30 10:11:42.892356"]]
|
52632
|
+
[1m[36m (1.2ms)[0m [1mCOMMIT[0m
|
52633
|
+
[1m[35m (0.3ms)[0m BEGIN
|
52634
|
+
[1m[36m (0.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 78], ["eve_item_id", 4]]
|
52635
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 78], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 4], ["volume", 5], ["low_price", 30010.0], ["avg_price", 227763.8], ["high_price", 350000.0], ["created_at", "2016-05-30 10:11:43.618607"], ["updated_at", "2016-05-30 10:11:43.618607"]]
|
52636
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 78], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 3], ["volume", 48], ["low_price", 30010.0], ["avg_price", 76753.07], ["high_price", 266719.65], ["created_at", "2016-05-30 10:11:43.620836"], ["updated_at", "2016-05-30 10:11:43.620836"]]
|
52637
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 78], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 380000.0], ["avg_price", 447000.0], ["high_price", 514000.0], ["created_at", "2016-05-30 10:11:43.622518"], ["updated_at", "2016-05-30 10:11:43.622518"]]
|
52638
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 78], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 6], ["volume", 10], ["low_price", 349000.0], ["avg_price", 356299.8], ["high_price", 369000.0], ["created_at", "2016-05-30 10:11:43.624044"], ["updated_at", "2016-05-30 10:11:43.624044"]]
|
52639
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 78], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 6], ["volume", 6], ["low_price", 280000.0], ["avg_price", 337500.0], ["high_price", 349000.0], ["created_at", "2016-05-30 10:11:43.625523"], ["updated_at", "2016-05-30 10:11:43.625523"]]
|
52640
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52641
|
+
[1m[35m (0.3ms)[0m BEGIN
|
52642
|
+
[1m[36m (1.0ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 82], ["eve_item_id", 4]]
|
52643
|
+
[1m[35mSQL (11.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 82], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 599999.95], ["avg_price", 799999.47], ["high_price", 999998.98], ["created_at", "2016-05-30 10:11:44.453462"], ["updated_at", "2016-05-30 10:11:44.453462"]]
|
52644
|
+
[1m[36m (5.4ms)[0m [1mCOMMIT[0m
|
52645
|
+
[1m[35m (0.7ms)[0m BEGIN
|
52646
|
+
[1m[36m (28.3ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 83], ["eve_item_id", 4]]
|
52647
|
+
[1m[35mSQL (6.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 83], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 14], ["volume", 17], ["low_price", 275000.0], ["avg_price", 310390.28], ["high_price", 334999.99], ["created_at", "2016-05-30 10:11:45.123366"], ["updated_at", "2016-05-30 10:11:45.123366"]]
|
52648
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 83], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 12], ["volume", 23], ["low_price", 225934.26], ["avg_price", 248217.95], ["high_price", 329999.99], ["created_at", "2016-05-30 10:11:45.132336"], ["updated_at", "2016-05-30 10:11:45.132336"]]
|
52649
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 83], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 8], ["volume", 8], ["low_price", 225934.26], ["avg_price", 320301.18], ["high_price", 329999.99], ["created_at", "2016-05-30 10:11:45.134465"], ["updated_at", "2016-05-30 10:11:45.134465"]]
|
52650
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 83], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 35], ["volume", 144], ["low_price", 327499.99], ["avg_price", 327499.99], ["high_price", 327499.99], ["created_at", "2016-05-30 10:11:45.136147"], ["updated_at", "2016-05-30 10:11:45.136147"]]
|
52651
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 83], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 16], ["volume", 27], ["low_price", 327499.99], ["avg_price", 328127.19], ["high_price", 450000.0], ["created_at", "2016-05-30 10:11:45.160697"], ["updated_at", "2016-05-30 10:11:45.160697"]]
|
52652
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52653
|
+
[1m[35m (1.1ms)[0m BEGIN
|
52654
|
+
[1m[36m (1.7ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 84], ["eve_item_id", 4]]
|
52655
|
+
[1m[35mSQL (13.2ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 84], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 375000.0], ["avg_price", 375000.0], ["high_price", 375000.0], ["created_at", "2016-05-30 10:11:46.937945"], ["updated_at", "2016-05-30 10:11:46.937945"]]
|
52656
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 84], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 374000.0], ["avg_price", 382500.0], ["high_price", 391000.0], ["created_at", "2016-05-30 10:11:46.954166"], ["updated_at", "2016-05-30 10:11:46.954166"]]
|
52657
|
+
[1m[35m (1.1ms)[0m COMMIT
|
52658
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
52659
|
+
[1m[35m (0.5ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 85], ["eve_item_id", 4]]
|
52660
|
+
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 85], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 500000.0], ["avg_price", 500000.0], ["high_price", 500000.0], ["created_at", "2016-05-30 10:11:47.545188"], ["updated_at", "2016-05-30 10:11:47.545188"]]
|
52661
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 85], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 671428.57], ["avg_price", 671428.57], ["high_price", 671428.57], ["created_at", "2016-05-30 10:11:47.549071"], ["updated_at", "2016-05-30 10:11:47.549071"]]
|
52662
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
52663
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52664
|
+
[1m[36m (0.4ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 86], ["eve_item_id", 4]]
|
52665
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 86], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 650000.0], ["avg_price", 650000.0], ["high_price", 650000.0], ["created_at", "2016-05-30 10:11:49.377539"], ["updated_at", "2016-05-30 10:11:49.377539"]]
|
52666
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 86], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 595000.0], ["avg_price", 746249.8], ["high_price", 1199999.18], ["created_at", "2016-05-30 10:11:49.380202"], ["updated_at", "2016-05-30 10:11:49.380202"]]
|
52667
|
+
[1m[35m (0.5ms)[0m COMMIT
|
52668
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
52669
|
+
[1m[35m (0.4ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 90], ["eve_item_id", 4]]
|
52670
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 90], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 100.01], ["avg_price", 230039.6], ["high_price", 349999.0], ["created_at", "2016-05-30 10:11:50.185225"], ["updated_at", "2016-05-30 10:11:50.185225"]]
|
52671
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 90], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 349999.0], ["avg_price", 366665.99], ["high_price", 399999.98], ["created_at", "2016-05-30 10:11:50.188180"], ["updated_at", "2016-05-30 10:11:50.188180"]]
|
52672
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 90], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 349998.99], ["avg_price", 571499.49], ["high_price", 792999.99], ["created_at", "2016-05-30 10:11:50.190106"], ["updated_at", "2016-05-30 10:11:50.190106"]]
|
52673
|
+
[1m[35m (0.6ms)[0m COMMIT
|
52674
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
52675
|
+
[1m[35m (1.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 91], ["eve_item_id", 4]]
|
52676
|
+
[1m[36mSQL (2.2ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 91], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 12], ["volume", 14], ["low_price", 125001.0], ["avg_price", 326428.66], ["high_price", 396000.08], ["created_at", "2016-05-30 10:11:50.858725"], ["updated_at", "2016-05-30 10:11:50.858725"]]
|
52677
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 91], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 10], ["volume", 10], ["low_price", 125001.0], ["avg_price", 304150.2], ["high_price", 400000.0], ["created_at", "2016-05-30 10:11:50.864064"], ["updated_at", "2016-05-30 10:11:50.864064"]]
|
52678
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 91], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 5], ["volume", 28], ["low_price", 125000.0], ["avg_price", 174232.05], ["high_price", 419999.16], ["created_at", "2016-05-30 10:11:50.866226"], ["updated_at", "2016-05-30 10:11:50.866226"]]
|
52679
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 91], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 15], ["volume", 20], ["low_price", 343500.0], ["avg_price", 372124.57], ["high_price", 419999.16], ["created_at", "2016-05-30 10:11:50.868935"], ["updated_at", "2016-05-30 10:11:50.868935"]]
|
52680
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 91], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 234500.5], ["avg_price", 347249.79], ["high_price", 459999.07], ["created_at", "2016-05-30 10:11:50.871284"], ["updated_at", "2016-05-30 10:11:50.871284"]]
|
52681
|
+
[1m[35m (1.1ms)[0m COMMIT
|
52682
|
+
[1m[36m (0.9ms)[0m [1mBEGIN[0m
|
52683
|
+
[1m[35m (2.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 92], ["eve_item_id", 4]]
|
52684
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 4], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 126], ["volume", 162], ["low_price", 344999.99], ["avg_price", 344999.99], ["high_price", 347994.91], ["created_at", "2016-05-30 10:11:51.561310"], ["updated_at", "2016-05-30 10:11:51.561310"]]
|
52685
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 136], ["volume", 179], ["low_price", 347994.97], ["avg_price", 347994.98], ["high_price", 347994.98], ["created_at", "2016-05-30 10:11:51.565119"], ["updated_at", "2016-05-30 10:11:51.565119"]]
|
52686
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 109], ["volume", 335], ["low_price", 301002.06], ["avg_price", 347994.97], ["high_price", 347995.0], ["created_at", "2016-05-30 10:11:51.568170"], ["updated_at", "2016-05-30 10:11:51.568170"]]
|
52687
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 135], ["volume", 785], ["low_price", 350000.0], ["avg_price", 367998.75], ["high_price", 367998.75], ["created_at", "2016-05-30 10:11:51.571309"], ["updated_at", "2016-05-30 10:11:51.571309"]]
|
52688
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 145], ["volume", 177], ["low_price", 310000.56], ["avg_price", 349999.98], ["high_price", 399998.98], ["created_at", "2016-05-30 10:11:51.575478"], ["updated_at", "2016-05-30 10:11:51.575478"]]
|
52689
|
+
[1m[35m (1.2ms)[0m COMMIT
|
52690
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
52691
|
+
[1m[35m (0.8ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 99], ["eve_item_id", 4]]
|
52692
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 99], ["eve_item_id", 4], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 300000.0], ["avg_price", 300000.0], ["high_price", 300000.0], ["created_at", "2016-05-30 10:11:52.174110"], ["updated_at", "2016-05-30 10:11:52.174110"]]
|
52693
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 99], ["eve_item_id", 4], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 3], ["volume", 4], ["low_price", 310000.0], ["avg_price", 342500.0], ["high_price", 375000.0], ["created_at", "2016-05-30 10:11:52.177334"], ["updated_at", "2016-05-30 10:11:52.177334"]]
|
52694
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 99], ["eve_item_id", 4], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 34400.0], ["avg_price", 34400.0], ["high_price", 34400.0], ["created_at", "2016-05-30 10:11:52.180329"], ["updated_at", "2016-05-30 10:11:52.180329"]]
|
52695
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 99], ["eve_item_id", 4], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 3], ["volume", 12], ["low_price", 234400.0], ["avg_price", 242416.67], ["high_price", 282500.0], ["created_at", "2016-05-30 10:11:52.182930"], ["updated_at", "2016-05-30 10:11:52.182930"]]
|
52696
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
52697
|
+
[1m[35m (2.1ms)[0m BEGIN
|
52698
|
+
[1m[36m (1.8ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 5]]
|
52699
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 5], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 58], ["volume", 924], ["low_price", 689999.82], ["avg_price", 689999.82], ["high_price", 689999.93], ["created_at", "2016-05-30 10:11:52.881158"], ["updated_at", "2016-05-30 10:11:52.881158"]]
|
52700
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 5], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 30], ["volume", 97], ["low_price", 400000.0], ["avg_price", 950032.08], ["high_price", 1189999.0], ["created_at", "2016-05-30 10:11:52.884072"], ["updated_at", "2016-05-30 10:11:52.884072"]]
|
52701
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 5], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 38], ["volume", 136], ["low_price", 917999.92], ["avg_price", 917999.92], ["high_price", 917999.92], ["created_at", "2016-05-30 10:11:52.886333"], ["updated_at", "2016-05-30 10:11:52.886333"]]
|
52702
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 5], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 32], ["volume", 273], ["low_price", 839999.77], ["avg_price", 839999.77], ["high_price", 839999.77], ["created_at", "2016-05-30 10:11:52.888234"], ["updated_at", "2016-05-30 10:11:52.888234"]]
|
52703
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 5], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 35], ["volume", 64], ["low_price", 376026.7], ["avg_price", 668974.39], ["high_price", 749999.99], ["created_at", "2016-05-30 10:11:52.890274"], ["updated_at", "2016-05-30 10:11:52.890274"]]
|
52704
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
52705
|
+
[1m[35m (0.5ms)[0m BEGIN
|
52706
|
+
[1m[36m (1.2ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 6]]
|
52707
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 6], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 28], ["volume", 46], ["low_price", 8799645.5], ["avg_price", 9389064.6], ["high_price", 9800000.0], ["created_at", "2016-05-30 10:11:53.915005"], ["updated_at", "2016-05-30 10:11:53.915005"]]
|
52708
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 6], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 29], ["volume", 36], ["low_price", 8800059.94], ["avg_price", 9361025.11], ["high_price", 9699999.98], ["created_at", "2016-05-30 10:11:53.919748"], ["updated_at", "2016-05-30 10:11:53.919748"]]
|
52709
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 6], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 24], ["volume", 48], ["low_price", 8800097.3], ["avg_price", 9468775.79], ["high_price", 9799994.94], ["created_at", "2016-05-30 10:11:53.923030"], ["updated_at", "2016-05-30 10:11:53.923030"]]
|
52710
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 6], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 29], ["volume", 34], ["low_price", 8800103.74], ["avg_price", 9291194.8], ["high_price", 9799993.8], ["created_at", "2016-05-30 10:11:53.924836"], ["updated_at", "2016-05-30 10:11:53.924836"]]
|
52711
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 6], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 55], ["volume", 90], ["low_price", 8800105.29], ["avg_price", 9590898.7], ["high_price", 9799994.93], ["created_at", "2016-05-30 10:11:53.926478"], ["updated_at", "2016-05-30 10:11:53.926478"]]
|
52712
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52713
|
+
[1m[35m (1.1ms)[0m BEGIN
|
52714
|
+
[1m[36m (1.4ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 11], ["eve_item_id", 7]]
|
52715
|
+
[1m[35mSQL (6.2ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 11], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 6], ["volume", 9], ["low_price", 12600000.0], ["avg_price", 12830555.56], ["high_price", 15000000.0], ["created_at", "2016-05-30 10:11:54.575976"], ["updated_at", "2016-05-30 10:11:54.575976"]]
|
52716
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 11], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 6500000.02], ["avg_price", 11617997.8], ["high_price", 12995497.0], ["created_at", "2016-05-30 10:11:54.584884"], ["updated_at", "2016-05-30 10:11:54.584884"]]
|
52717
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 11], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 12600000.0], ["avg_price", 12797498.0], ["high_price", 12994996.0], ["created_at", "2016-05-30 10:11:54.588434"], ["updated_at", "2016-05-30 10:11:54.588434"]]
|
52718
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 11], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 12500000.0], ["avg_price", 13499199.6], ["high_price", 15000000.0], ["created_at", "2016-05-30 10:11:54.591394"], ["updated_at", "2016-05-30 10:11:54.591394"]]
|
52719
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 11], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 9], ["volume", 9], ["low_price", 10000000.0], ["avg_price", 12067789.11], ["high_price", 12999999.0], ["created_at", "2016-05-30 10:11:54.593413"], ["updated_at", "2016-05-30 10:11:54.593413"]]
|
52720
|
+
[1m[36m (1.2ms)[0m [1mCOMMIT[0m
|
52721
|
+
[1m[35m (0.3ms)[0m BEGIN
|
52722
|
+
[1m[36m (1.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 24], ["eve_item_id", 7]]
|
52723
|
+
[1m[35mSQL (107.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 24], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11999999.0], ["avg_price", 11999999.0], ["high_price", 11999999.0], ["created_at", "2016-05-30 10:11:55.465750"], ["updated_at", "2016-05-30 10:11:55.465750"]]
|
52724
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
52725
|
+
[1m[35m (48.9ms)[0m BEGIN
|
52726
|
+
[1m[36m (0.6ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 34], ["eve_item_id", 7]]
|
52727
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 34], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 8], ["volume", 8], ["low_price", 8000000.0], ["avg_price", 9543124.86], ["high_price", 11965000.0], ["created_at", "2016-05-30 10:11:56.251082"], ["updated_at", "2016-05-30 10:11:56.251082"]]
|
52728
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 34], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 3440000.0], ["avg_price", 8351999.81], ["high_price", 12000000.0], ["created_at", "2016-05-30 10:11:56.253110"], ["updated_at", "2016-05-30 10:11:56.253110"]]
|
52729
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 34], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 12000000.0], ["avg_price", 12000000.0], ["high_price", 12000000.0], ["created_at", "2016-05-30 10:11:56.261530"], ["updated_at", "2016-05-30 10:11:56.261530"]]
|
52730
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 34], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 8], ["volume", 8], ["low_price", 7800000.0], ["avg_price", 9823749.97], ["high_price", 11969999.98], ["created_at", "2016-05-30 10:11:56.263404"], ["updated_at", "2016-05-30 10:11:56.263404"]]
|
52731
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 34], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 7365499.96], ["avg_price", 9746199.98], ["high_price", 12000000.0], ["created_at", "2016-05-30 10:11:56.265078"], ["updated_at", "2016-05-30 10:11:56.265078"]]
|
52732
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52733
|
+
[1m[35m (47.2ms)[0m BEGIN
|
52734
|
+
[1m[36m (0.8ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 35], ["eve_item_id", 7]]
|
52735
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 35], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 13999999.99], ["avg_price", 13999999.99], ["high_price", 13999999.99], ["created_at", "2016-05-30 10:11:57.554864"], ["updated_at", "2016-05-30 10:11:57.554864"]]
|
52736
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 35], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 2], ["volume", 3], ["low_price", 10000000.0], ["avg_price", 10666666.33], ["high_price", 11999999.0], ["created_at", "2016-05-30 10:11:57.557151"], ["updated_at", "2016-05-30 10:11:57.557151"]]
|
52737
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 35], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 7750000.01], ["avg_price", 10125000.0], ["high_price", 12500000.0], ["created_at", "2016-05-30 10:11:57.559084"], ["updated_at", "2016-05-30 10:11:57.559084"]]
|
52738
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 35], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11999999.0], ["avg_price", 11999999.0], ["high_price", 11999999.0], ["created_at", "2016-05-30 10:11:57.560731"], ["updated_at", "2016-05-30 10:11:57.560731"]]
|
52739
|
+
[1m[35m (1.0ms)[0m COMMIT
|
52740
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
52741
|
+
[1m[35m (0.9ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 37], ["eve_item_id", 7]]
|
52742
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 37], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 11000000.0], ["avg_price", 11479914.33], ["high_price", 11719871.5], ["created_at", "2016-05-30 10:11:58.391430"], ["updated_at", "2016-05-30 10:11:58.391430"]]
|
52743
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 37], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 10000000.0], ["avg_price", 10500000.0], ["high_price", 12000000.0], ["created_at", "2016-05-30 10:11:58.395067"], ["updated_at", "2016-05-30 10:11:58.395067"]]
|
52744
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 37], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 4400101.01], ["avg_price", 7994871.51], ["high_price", 11589642.0], ["created_at", "2016-05-30 10:11:58.396857"], ["updated_at", "2016-05-30 10:11:58.396857"]]
|
52745
|
+
[1m[35m (0.7ms)[0m COMMIT
|
52746
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
52747
|
+
[1m[35m (0.6ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 38], ["eve_item_id", 7]]
|
52748
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 38], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 59], ["volume", 68], ["low_price", 10000300.0], ["avg_price", 12769552.51], ["high_price", 13499998.97], ["created_at", "2016-05-30 10:12:00.174895"], ["updated_at", "2016-05-30 10:12:00.174895"]]
|
52749
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 38], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 72], ["volume", 134], ["low_price", 13450000.0], ["avg_price", 13499998.99], ["high_price", 13499999.0], ["created_at", "2016-05-30 10:12:00.177073"], ["updated_at", "2016-05-30 10:12:00.177073"]]
|
52750
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 38], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 59], ["volume", 73], ["low_price", 11001000.32], ["avg_price", 12505229.54], ["high_price", 13399894.99], ["created_at", "2016-05-30 10:12:00.179026"], ["updated_at", "2016-05-30 10:12:00.179026"]]
|
52751
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 38], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 47], ["volume", 82], ["low_price", 11002102.03], ["avg_price", 12285003.15], ["high_price", 12899999.99], ["created_at", "2016-05-30 10:12:00.181022"], ["updated_at", "2016-05-30 10:12:00.181022"]]
|
52752
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 38], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 60], ["volume", 73], ["low_price", 11002103.0], ["avg_price", 11897882.33], ["high_price", 12499999.85], ["created_at", "2016-05-30 10:12:00.182936"], ["updated_at", "2016-05-30 10:12:00.182936"]]
|
52753
|
+
[1m[35m (0.7ms)[0m COMMIT
|
52754
|
+
[1m[36m (3.1ms)[0m [1mBEGIN[0m
|
52755
|
+
[1m[35m (1.2ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 46], ["eve_item_id", 7]]
|
52756
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 46], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 5000000.0], ["avg_price", 10730000.0], ["high_price", 11950000.0], ["created_at", "2016-05-30 10:12:02.227820"], ["updated_at", "2016-05-30 10:12:02.227820"]]
|
52757
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 46], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 8], ["volume", 8], ["low_price", 5000000.0], ["avg_price", 11449375.0], ["high_price", 12495000.0], ["created_at", "2016-05-30 10:12:02.231794"], ["updated_at", "2016-05-30 10:12:02.231794"]]
|
52758
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 46], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 4800000.0], ["avg_price", 7266666.64], ["high_price", 12199999.93], ["created_at", "2016-05-30 10:12:02.234022"], ["updated_at", "2016-05-30 10:12:02.234022"]]
|
52759
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 46], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 12100000.0], ["avg_price", 12133333.32], ["high_price", 12199999.96], ["created_at", "2016-05-30 10:12:02.235543"], ["updated_at", "2016-05-30 10:12:02.235543"]]
|
52760
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 46], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 4800000.0], ["avg_price", 10768749.75], ["high_price", 12999999.0], ["created_at", "2016-05-30 10:12:02.237026"], ["updated_at", "2016-05-30 10:12:02.237026"]]
|
52761
|
+
[1m[35m (0.9ms)[0m COMMIT
|
52762
|
+
[1m[36m (1.3ms)[0m [1mBEGIN[0m
|
52763
|
+
[1m[35m (2.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 48], ["eve_item_id", 7]]
|
52764
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 48], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 13000000.0], ["avg_price", 13499999.49], ["high_price", 13999998.97], ["created_at", "2016-05-30 10:12:02.956495"], ["updated_at", "2016-05-30 10:12:02.956495"]]
|
52765
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 48], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 6100533.0], ["avg_price", 6100533.0], ["high_price", 6100533.0], ["created_at", "2016-05-30 10:12:02.960766"], ["updated_at", "2016-05-30 10:12:02.960766"]]
|
52766
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 48], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 13000000.0], ["avg_price", 13000000.0], ["high_price", 13000000.0], ["created_at", "2016-05-30 10:12:02.964191"], ["updated_at", "2016-05-30 10:12:02.964191"]]
|
52767
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 48], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 13000000.0], ["avg_price", 13499999.49], ["high_price", 13999998.97], ["created_at", "2016-05-30 10:12:02.967732"], ["updated_at", "2016-05-30 10:12:02.967732"]]
|
52768
|
+
[1m[36m (1.3ms)[0m [1mCOMMIT[0m
|
52769
|
+
[1m[35m (1.3ms)[0m BEGIN
|
52770
|
+
[1m[36m (1.4ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 54], ["eve_item_id", 7]]
|
52771
|
+
[1m[35mSQL (3.1ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 54], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 9999999.5], ["avg_price", 10666666.33], ["high_price", 12000000.0], ["created_at", "2016-05-30 10:12:03.966261"], ["updated_at", "2016-05-30 10:12:03.966261"]]
|
52772
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 54], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 7], ["volume", 7], ["low_price", 6255007.36], ["avg_price", 10358573.53], ["high_price", 12000000.0], ["created_at", "2016-05-30 10:12:03.972894"], ["updated_at", "2016-05-30 10:12:03.972894"]]
|
52773
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 54], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 9999999.0], ["avg_price", 11333333.0], ["high_price", 12000000.0], ["created_at", "2016-05-30 10:12:03.974966"], ["updated_at", "2016-05-30 10:12:03.974966"]]
|
52774
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 54], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 20], ["volume", 20], ["low_price", 9874999.5], ["avg_price", 11910899.39], ["high_price", 12439998.99], ["created_at", "2016-05-30 10:12:03.976681"], ["updated_at", "2016-05-30 10:12:03.976681"]]
|
52775
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 54], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 16], ["volume", 16], ["low_price", 8411000.01], ["avg_price", 11135562.92], ["high_price", 12439998.99], ["created_at", "2016-05-30 10:12:03.978178"], ["updated_at", "2016-05-30 10:12:03.978178"]]
|
52776
|
+
[1m[36m (6.3ms)[0m [1mCOMMIT[0m
|
52777
|
+
[1m[35m (0.3ms)[0m BEGIN
|
52778
|
+
[1m[36m (1.0ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 55], ["eve_item_id", 7]]
|
52779
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 55], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 8000000.63], ["avg_price", 17666666.9], ["high_price", 22500000.04], ["created_at", "2016-05-30 10:12:04.853116"], ["updated_at", "2016-05-30 10:12:04.853116"]]
|
52780
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 55], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 8500000.01], ["avg_price", 9333333.14], ["high_price", 10999999.39], ["created_at", "2016-05-30 10:12:04.856096"], ["updated_at", "2016-05-30 10:12:04.856096"]]
|
52781
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 55], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 8000000.63], ["avg_price", 10000000.22], ["high_price", 13999999.39], ["created_at", "2016-05-30 10:12:04.858388"], ["updated_at", "2016-05-30 10:12:04.858388"]]
|
52782
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 55], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 11000000.01], ["avg_price", 14487499.76], ["high_price", 17974999.5], ["created_at", "2016-05-30 10:12:04.860523"], ["updated_at", "2016-05-30 10:12:04.860523"]]
|
52783
|
+
[1m[35m (0.8ms)[0m COMMIT
|
52784
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
52785
|
+
[1m[35m (2.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 58], ["eve_item_id", 7]]
|
52786
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 58], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 15], ["volume", 15], ["low_price", 9000101.32], ["avg_price", 10990806.85], ["high_price", 11497999.88], ["created_at", "2016-05-30 10:12:05.563933"], ["updated_at", "2016-05-30 10:12:05.563933"]]
|
52787
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 58], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 7], ["volume", 7], ["low_price", 9000102.16], ["avg_price", 10107586.57], ["high_price", 11312449.88], ["created_at", "2016-05-30 10:12:05.566828"], ["updated_at", "2016-05-30 10:12:05.566828"]]
|
52788
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 58], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 9], ["volume", 9], ["low_price", 10479998.0], ["avg_price", 10585899.39], ["high_price", 11134999.4], ["created_at", "2016-05-30 10:12:05.569268"], ["updated_at", "2016-05-30 10:12:05.569268"]]
|
52789
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 58], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 19], ["volume", 19], ["low_price", 9000105.65], ["avg_price", 10253401.06], ["high_price", 11000000.0], ["created_at", "2016-05-30 10:12:05.571868"], ["updated_at", "2016-05-30 10:12:05.571868"]]
|
52790
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 58], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 18], ["volume", 22], ["low_price", 9000106.4], ["avg_price", 10843876.54], ["high_price", 11134998.0], ["created_at", "2016-05-30 10:12:05.574854"], ["updated_at", "2016-05-30 10:12:05.574854"]]
|
52791
|
+
[1m[35m (0.9ms)[0m COMMIT
|
52792
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
52793
|
+
[1m[35m (1.3ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 64], ["eve_item_id", 7]]
|
52794
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 64], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 12950999.0], ["avg_price", 12950999.0], ["high_price", 12950999.0], ["created_at", "2016-05-30 10:12:06.577798"], ["updated_at", "2016-05-30 10:12:06.577798"]]
|
52795
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 64], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 12400000.0], ["avg_price", 12400000.0], ["high_price", 12400000.0], ["created_at", "2016-05-30 10:12:06.583056"], ["updated_at", "2016-05-30 10:12:06.583056"]]
|
52796
|
+
[1m[36m (0.9ms)[0m [1mCOMMIT[0m
|
52797
|
+
[1m[35m (10.3ms)[0m BEGIN
|
52798
|
+
[1m[36m (1.0ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 65], ["eve_item_id", 7]]
|
52799
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 65], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 5], ["volume", 6], ["low_price", 5000100.02], ["avg_price", 8833383.34], ["high_price", 11000000.0], ["created_at", "2016-05-30 10:12:07.861166"], ["updated_at", "2016-05-30 10:12:07.861166"]]
|
52800
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 65], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 6], ["volume", 6], ["low_price", 10000050.01], ["avg_price", 10666683.34], ["high_price", 11000000.0], ["created_at", "2016-05-30 10:12:07.865391"], ["updated_at", "2016-05-30 10:12:07.865391"]]
|
52801
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 65], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 2], ["volume", 3], ["low_price", 10000100.02], ["avg_price", 10333366.67], ["high_price", 10500000.0], ["created_at", "2016-05-30 10:12:07.869051"], ["updated_at", "2016-05-30 10:12:07.869051"]]
|
52802
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 65], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 9], ["volume", 11], ["low_price", 5000100.02], ["avg_price", 9636390.91], ["high_price", 11000000.0], ["created_at", "2016-05-30 10:12:07.872791"], ["updated_at", "2016-05-30 10:12:07.872791"]]
|
52803
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 65], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 13000000.0], ["avg_price", 14000000.0], ["high_price", 15000000.0], ["created_at", "2016-05-30 10:12:07.875019"], ["updated_at", "2016-05-30 10:12:07.875019"]]
|
52804
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
52805
|
+
[1m[35m (0.7ms)[0m BEGIN
|
52806
|
+
[1m[36m (1.2ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 66], ["eve_item_id", 7]]
|
52807
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 66], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11490990.0], ["avg_price", 11490990.0], ["high_price", 11490990.0], ["created_at", "2016-05-30 10:12:08.758860"], ["updated_at", "2016-05-30 10:12:08.758860"]]
|
52808
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 66], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 2], ["volume", 3], ["low_price", 1370100.02], ["avg_price", 5213400.01], ["high_price", 12900000.0], ["created_at", "2016-05-30 10:12:08.763708"], ["updated_at", "2016-05-30 10:12:08.763708"]]
|
52809
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 66], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 3685050.01], ["avg_price", 6753366.67], ["high_price", 12890000.0], ["created_at", "2016-05-30 10:12:08.767727"], ["updated_at", "2016-05-30 10:12:08.767727"]]
|
52810
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 66], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 1370100.01], ["avg_price", 7185050.01], ["high_price", 13000000.0], ["created_at", "2016-05-30 10:12:08.772128"], ["updated_at", "2016-05-30 10:12:08.772128"]]
|
52811
|
+
[1m[35m (1.5ms)[0m COMMIT
|
52812
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
52813
|
+
[1m[35m (1.4ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 67], ["eve_item_id", 7]]
|
52814
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 67], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 23], ["volume", 23], ["low_price", 10799999.99], ["avg_price", 12005733.25], ["high_price", 12850000.0], ["created_at", "2016-05-30 10:12:09.486863"], ["updated_at", "2016-05-30 10:12:09.486863"]]
|
52815
|
+
[1m[35mSQL (4.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 67], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 24], ["volume", 34], ["low_price", 10000000.0], ["avg_price", 11087405.85], ["high_price", 12598933.0], ["created_at", "2016-05-30 10:12:09.492058"], ["updated_at", "2016-05-30 10:12:09.492058"]]
|
52816
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 67], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 19], ["volume", 20], ["low_price", 9500000.0], ["avg_price", 11476749.99], ["high_price", 12475000.0], ["created_at", "2016-05-30 10:12:09.499132"], ["updated_at", "2016-05-30 10:12:09.499132"]]
|
52817
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 67], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 18], ["volume", 18], ["low_price", 10999999.97], ["avg_price", 11499986.05], ["high_price", 12350000.0], ["created_at", "2016-05-30 10:12:09.501535"], ["updated_at", "2016-05-30 10:12:09.501535"]]
|
52818
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 67], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 28], ["volume", 34], ["low_price", 10650000.0], ["avg_price", 12408470.41], ["high_price", 12500000.0], ["created_at", "2016-05-30 10:12:09.503541"], ["updated_at", "2016-05-30 10:12:09.503541"]]
|
52819
|
+
[1m[35m (1.0ms)[0m COMMIT
|
52820
|
+
[1m[36m (1.4ms)[0m [1mBEGIN[0m
|
52821
|
+
[1m[35m (2.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 69], ["eve_item_id", 7]]
|
52822
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 69], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 6], ["volume", 6], ["low_price", 9802000.54], ["avg_price", 10867683.84], ["high_price", 11600000.48], ["created_at", "2016-05-30 10:12:10.402703"], ["updated_at", "2016-05-30 10:12:10.402703"]]
|
52823
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 69], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 10701050.69], ["avg_price", 11929820.4], ["high_price", 12749000.21], ["created_at", "2016-05-30 10:12:10.405827"], ["updated_at", "2016-05-30 10:12:10.405827"]]
|
52824
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 69], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 7], ["volume", 8], ["low_price", 9802199.05], ["avg_price", 10647556.26], ["high_price", 12424495.1], ["created_at", "2016-05-30 10:12:10.408362"], ["updated_at", "2016-05-30 10:12:10.408362"]]
|
52825
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 69], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 13], ["volume", 13], ["low_price", 6035853.5], ["avg_price", 11664142.72], ["high_price", 12149000.18], ["created_at", "2016-05-30 10:12:10.411669"], ["updated_at", "2016-05-30 10:12:10.411669"]]
|
52826
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 69], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 9], ["volume", 10], ["low_price", 9802381.33], ["avg_price", 11680876.38], ["high_price", 12149000.18], ["created_at", "2016-05-30 10:12:10.414980"], ["updated_at", "2016-05-30 10:12:10.414980"]]
|
52827
|
+
[1m[35m (1.1ms)[0m COMMIT
|
52828
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
52829
|
+
[1m[35m (0.7ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 70], ["eve_item_id", 7]]
|
52830
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 70], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 6010000.0], ["avg_price", 8255000.0], ["high_price", 10500000.0], ["created_at", "2016-05-30 10:12:11.432167"], ["updated_at", "2016-05-30 10:12:11.432167"]]
|
52831
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 70], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 9500000.0], ["avg_price", 10505000.0], ["high_price", 11510000.0], ["created_at", "2016-05-30 10:12:11.435484"], ["updated_at", "2016-05-30 10:12:11.435484"]]
|
52832
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
52833
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52834
|
+
[1m[36m (0.7ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 74], ["eve_item_id", 7]]
|
52835
|
+
[1m[35mSQL (14.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 74], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 15000000.0], ["avg_price", 15000000.0], ["high_price", 15000000.0], ["created_at", "2016-05-30 10:12:12.051017"], ["updated_at", "2016-05-30 10:12:12.051017"]]
|
52836
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
52837
|
+
[1m[35m (0.9ms)[0m BEGIN
|
52838
|
+
[1m[36m (2.9ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 78], ["eve_item_id", 7]]
|
52839
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 78], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 12750000.0], ["avg_price", 14549998.33], ["high_price", 14999997.91], ["created_at", "2016-05-30 10:12:13.491191"], ["updated_at", "2016-05-30 10:12:13.491191"]]
|
52840
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 78], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 7], ["volume", 7], ["low_price", 10250000.0], ["avg_price", 12957000.0], ["high_price", 18500000.0], ["created_at", "2016-05-30 10:12:13.494182"], ["updated_at", "2016-05-30 10:12:13.494182"]]
|
52841
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 78], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 675000.02], ["avg_price", 7837498.51], ["high_price", 14999997.0], ["created_at", "2016-05-30 10:12:13.496773"], ["updated_at", "2016-05-30 10:12:13.496773"]]
|
52842
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 78], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 8], ["volume", 8], ["low_price", 12500000.0], ["avg_price", 14096999.24], ["high_price", 14999996.96], ["created_at", "2016-05-30 10:12:13.499395"], ["updated_at", "2016-05-30 10:12:13.499395"]]
|
52843
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 78], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 14999996.95], ["avg_price", 15212748.47], ["high_price", 19850999.99], ["created_at", "2016-05-30 10:12:13.502007"], ["updated_at", "2016-05-30 10:12:13.502007"]]
|
52844
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
52845
|
+
[1m[35m (21.8ms)[0m BEGIN
|
52846
|
+
[1m[36m (0.6ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 82], ["eve_item_id", 7]]
|
52847
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 82], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11000000.0], ["avg_price", 11000000.0], ["high_price", 11000000.0], ["created_at", "2016-05-30 10:12:14.364971"], ["updated_at", "2016-05-30 10:12:14.364971"]]
|
52848
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 82], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 10000000.0], ["avg_price", 10000000.0], ["high_price", 10000000.0], ["created_at", "2016-05-30 10:12:14.367068"], ["updated_at", "2016-05-30 10:12:14.367068"]]
|
52849
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 82], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 2], ["volume", 3], ["low_price", 10050000.0], ["avg_price", 10166683.33], ["high_price", 10400050.0], ["created_at", "2016-05-30 10:12:14.368735"], ["updated_at", "2016-05-30 10:12:14.368735"]]
|
52850
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 82], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 10050000.0], ["avg_price", 10050000.0], ["high_price", 10050000.0], ["created_at", "2016-05-30 10:12:14.370946"], ["updated_at", "2016-05-30 10:12:14.370946"]]
|
52851
|
+
[1m[35m (0.6ms)[0m COMMIT
|
52852
|
+
[1m[36m (0.9ms)[0m [1mBEGIN[0m
|
52853
|
+
[1m[35m (1.8ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 83], ["eve_item_id", 7]]
|
52854
|
+
[1m[36mSQL (1.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 83], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 17], ["volume", 24], ["low_price", 10000115.01], ["avg_price", 10879187.12], ["high_price", 10999988.98], ["created_at", "2016-05-30 10:12:15.366148"], ["updated_at", "2016-05-30 10:12:15.366148"]]
|
52855
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 83], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 18], ["volume", 18], ["low_price", 9500000.03], ["avg_price", 10494428.4], ["high_price", 10999988.0], ["created_at", "2016-05-30 10:12:15.371124"], ["updated_at", "2016-05-30 10:12:15.371124"]]
|
52856
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 83], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 20], ["volume", 25], ["low_price", 8750111.04], ["avg_price", 10234021.05], ["high_price", 10699990.0], ["created_at", "2016-05-30 10:12:15.374150"], ["updated_at", "2016-05-30 10:12:15.374150"]]
|
52857
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 83], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 14], ["volume", 14], ["low_price", 9800003.22], ["avg_price", 10235714.57], ["high_price", 10499999.96], ["created_at", "2016-05-30 10:12:15.376497"], ["updated_at", "2016-05-30 10:12:15.376497"]]
|
52858
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 83], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 23], ["volume", 26], ["low_price", 9500005.44], ["avg_price", 10375000.54], ["high_price", 10499999.96], ["created_at", "2016-05-30 10:12:15.378587"], ["updated_at", "2016-05-30 10:12:15.378587"]]
|
52859
|
+
[1m[35m (1.3ms)[0m COMMIT
|
52860
|
+
[1m[36m (5.2ms)[0m [1mBEGIN[0m
|
52861
|
+
[1m[35m (1.7ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 84], ["eve_item_id", 7]]
|
52862
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 84], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11699999.0], ["avg_price", 11699999.0], ["high_price", 11699999.0], ["created_at", "2016-05-30 10:12:16.284085"], ["updated_at", "2016-05-30 10:12:16.284085"]]
|
52863
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 84], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11200000.0], ["avg_price", 11200000.0], ["high_price", 11200000.0], ["created_at", "2016-05-30 10:12:16.288855"], ["updated_at", "2016-05-30 10:12:16.288855"]]
|
52864
|
+
[1m[36m (1.3ms)[0m [1mCOMMIT[0m
|
52865
|
+
[1m[35m (20.4ms)[0m BEGIN
|
52866
|
+
[1m[36m (0.7ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 85], ["eve_item_id", 7]]
|
52867
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 85], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 9000000.0], ["avg_price", 14000000.0], ["high_price", 19000000.0], ["created_at", "2016-05-30 10:12:17.363978"], ["updated_at", "2016-05-30 10:12:17.363978"]]
|
52868
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 85], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 13000000.0], ["avg_price", 13450000.0], ["high_price", 13900000.0], ["created_at", "2016-05-30 10:12:17.367444"], ["updated_at", "2016-05-30 10:12:17.367444"]]
|
52869
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 85], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 13900000.0], ["avg_price", 13900000.0], ["high_price", 13900000.0], ["created_at", "2016-05-30 10:12:17.370321"], ["updated_at", "2016-05-30 10:12:17.370321"]]
|
52870
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 85], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 20000000.0], ["avg_price", 20000000.0], ["high_price", 20000000.0], ["created_at", "2016-05-30 10:12:17.373784"], ["updated_at", "2016-05-30 10:12:17.373784"]]
|
52871
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 85], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11950000.0], ["avg_price", 11950000.0], ["high_price", 11950000.0], ["created_at", "2016-05-30 10:12:17.376951"], ["updated_at", "2016-05-30 10:12:17.376951"]]
|
52872
|
+
[1m[36m (1.3ms)[0m [1mCOMMIT[0m
|
52873
|
+
[1m[35m (6.6ms)[0m BEGIN
|
52874
|
+
[1m[36m (2.1ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 86], ["eve_item_id", 7]]
|
52875
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 86], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 2], ["volume", 3], ["low_price", 9000000.0], ["avg_price", 9666666.67], ["high_price", 11000000.0], ["created_at", "2016-05-30 10:12:18.260406"], ["updated_at", "2016-05-30 10:12:18.260406"]]
|
52876
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 86], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 14000000.0], ["avg_price", 14000000.0], ["high_price", 14000000.0], ["created_at", "2016-05-30 10:12:18.263987"], ["updated_at", "2016-05-30 10:12:18.263987"]]
|
52877
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 86], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 9600000.08], ["avg_price", 9600000.08], ["high_price", 9600000.08], ["created_at", "2016-05-30 10:12:18.266917"], ["updated_at", "2016-05-30 10:12:18.266917"]]
|
52878
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
52879
|
+
[1m[35m (0.7ms)[0m BEGIN
|
52880
|
+
[1m[36m (1.1ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 90], ["eve_item_id", 7]]
|
52881
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 90], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 1219999.99], ["avg_price", 1219999.99], ["high_price", 1219999.99], ["created_at", "2016-05-30 10:12:19.156523"], ["updated_at", "2016-05-30 10:12:19.156523"]]
|
52882
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 90], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 13999997.99], ["avg_price", 13999997.99], ["high_price", 13999997.99], ["created_at", "2016-05-30 10:12:19.160041"], ["updated_at", "2016-05-30 10:12:19.160041"]]
|
52883
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 90], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 2], ["low_price", 13999997.99], ["avg_price", 13999997.99], ["high_price", 13999997.99], ["created_at", "2016-05-30 10:12:19.163003"], ["updated_at", "2016-05-30 10:12:19.163003"]]
|
52884
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
52885
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52886
|
+
[1m[36m (0.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 91], ["eve_item_id", 7]]
|
52887
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 91], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 10], ["volume", 10], ["low_price", 11510003.02], ["avg_price", 14446200.3], ["high_price", 37500000.0], ["created_at", "2016-05-30 10:12:19.767855"], ["updated_at", "2016-05-30 10:12:19.767855"]]
|
52888
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 91], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11750000.0], ["avg_price", 11750000.0], ["high_price", 11750000.0], ["created_at", "2016-05-30 10:12:19.770061"], ["updated_at", "2016-05-30 10:12:19.770061"]]
|
52889
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 91], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 9], ["volume", 9], ["low_price", 10750000.0], ["avg_price", 10828889.22], ["high_price", 12350000.0], ["created_at", "2016-05-30 10:12:19.771892"], ["updated_at", "2016-05-30 10:12:19.771892"]]
|
52890
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 91], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 6], ["volume", 6], ["low_price", 4510003.02], ["avg_price", 9951667.17], ["high_price", 10750000.0], ["created_at", "2016-05-30 10:12:19.773447"], ["updated_at", "2016-05-30 10:12:19.773447"]]
|
52891
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 91], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 3], ["volume", 4], ["low_price", 4510003.02], ["avg_price", 10382500.26], ["high_price", 13259999.0], ["created_at", "2016-05-30 10:12:19.774907"], ["updated_at", "2016-05-30 10:12:19.774907"]]
|
52892
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52893
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52894
|
+
[1m[36m (0.9ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 7]]
|
52895
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 7], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 160], ["volume", 268], ["low_price", 11598999.97], ["avg_price", 11649998.95], ["high_price", 11997998.0], ["created_at", "2016-05-30 10:12:20.401942"], ["updated_at", "2016-05-30 10:12:20.401942"]]
|
52896
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 136], ["volume", 247], ["low_price", 12199996.41], ["avg_price", 12199996.95], ["high_price", 12199997.98], ["created_at", "2016-05-30 10:12:20.405208"], ["updated_at", "2016-05-30 10:12:20.405208"]]
|
52897
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 194], ["volume", 348], ["low_price", 12199996.42], ["avg_price", 12199998.0], ["high_price", 12199998.0], ["created_at", "2016-05-30 10:12:20.407805"], ["updated_at", "2016-05-30 10:12:20.407805"]]
|
52898
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 166], ["volume", 320], ["low_price", 11006000.09], ["avg_price", 11995001.01], ["high_price", 12199998.8], ["created_at", "2016-05-30 10:12:20.410201"], ["updated_at", "2016-05-30 10:12:20.410201"]]
|
52899
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 183], ["volume", 552], ["low_price", 12199998.9], ["avg_price", 12299988.97], ["high_price", 12299989.32], ["created_at", "2016-05-30 10:12:20.412536"], ["updated_at", "2016-05-30 10:12:20.412536"]]
|
52900
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
52901
|
+
[1m[35m (1.7ms)[0m BEGIN
|
52902
|
+
[1m[36m (1.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 98], ["eve_item_id", 7]]
|
52903
|
+
[1m[35mSQL (2.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 98], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 10000000.0], ["avg_price", 10000000.0], ["high_price", 10000000.0], ["created_at", "2016-05-30 10:12:20.997267"], ["updated_at", "2016-05-30 10:12:20.997267"]]
|
52904
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 98], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 10000000.0], ["avg_price", 15000000.0], ["high_price", 20000000.0], ["created_at", "2016-05-30 10:12:21.005181"], ["updated_at", "2016-05-30 10:12:21.005181"]]
|
52905
|
+
[1m[35m (3.3ms)[0m COMMIT
|
52906
|
+
[1m[36m (1.2ms)[0m [1mBEGIN[0m
|
52907
|
+
[1m[35m (1.9ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 99], ["eve_item_id", 7]]
|
52908
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 99], ["eve_item_id", 7], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 10910999.99], ["avg_price", 10910999.99], ["high_price", 10910999.99], ["created_at", "2016-05-30 10:12:21.912133"], ["updated_at", "2016-05-30 10:12:21.912133"]]
|
52909
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 99], ["eve_item_id", 7], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 11731526.35], ["avg_price", 11731526.35], ["high_price", 11731526.35], ["created_at", "2016-05-30 10:12:21.915168"], ["updated_at", "2016-05-30 10:12:21.915168"]]
|
52910
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 99], ["eve_item_id", 7], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 10910999.5], ["avg_price", 11184508.45], ["high_price", 11731526.35], ["created_at", "2016-05-30 10:12:21.916927"], ["updated_at", "2016-05-30 10:12:21.916927"]]
|
52911
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 99], ["eve_item_id", 7], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 7000000.51], ["avg_price", 10080499.88], ["high_price", 10910999.99], ["created_at", "2016-05-30 10:12:21.918575"], ["updated_at", "2016-05-30 10:12:21.918575"]]
|
52912
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
52913
|
+
[1m[35m (0.7ms)[0m BEGIN
|
52914
|
+
[1m[36m (0.9ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 8]]
|
52915
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 8], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 42], ["volume", 45], ["low_price", 175000600.57], ["avg_price", 188859440.23], ["high_price", 194985415.94], ["created_at", "2016-05-30 10:12:22.657798"], ["updated_at", "2016-05-30 10:12:22.657798"]]
|
52916
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 8], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 44], ["volume", 45], ["low_price", 179457000.01], ["avg_price", 192049070.17], ["high_price", 194985398.33], ["created_at", "2016-05-30 10:12:22.661569"], ["updated_at", "2016-05-30 10:12:22.661569"]]
|
52917
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 8], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 52], ["volume", 55], ["low_price", 180457000.58], ["avg_price", 190842479.04], ["high_price", 194984999.95], ["created_at", "2016-05-30 10:12:22.663698"], ["updated_at", "2016-05-30 10:12:22.663698"]]
|
52918
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 8], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 73], ["volume", 85], ["low_price", 182100001.49], ["avg_price", 197701333.11], ["high_price", 202995799.93], ["created_at", "2016-05-30 10:12:22.666270"], ["updated_at", "2016-05-30 10:12:22.666270"]]
|
52919
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 8], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 65], ["volume", 77], ["low_price", 182100054.0], ["avg_price", 199190660.25], ["high_price", 202995778.94], ["created_at", "2016-05-30 10:12:22.668013"], ["updated_at", "2016-05-30 10:12:22.668013"]]
|
52920
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52921
|
+
[1m[35m (4.6ms)[0m BEGIN
|
52922
|
+
[1m[36m (0.7ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 9]]
|
52923
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 9], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 53], ["volume", 190], ["low_price", 554998.0], ["avg_price", 554998.0], ["high_price", 554998.0], ["created_at", "2016-05-30 10:12:23.393844"], ["updated_at", "2016-05-30 10:12:23.393844"]]
|
52924
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 9], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 67], ["volume", 130], ["low_price", 553895.97], ["avg_price", 553898.0], ["high_price", 553997.99], ["created_at", "2016-05-30 10:12:23.396683"], ["updated_at", "2016-05-30 10:12:23.396683"]]
|
52925
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 9], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 44], ["volume", 98], ["low_price", 409000.0], ["avg_price", 501298.37], ["high_price", 553895.97], ["created_at", "2016-05-30 10:12:23.398677"], ["updated_at", "2016-05-30 10:12:23.398677"]]
|
52926
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 9], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 47], ["volume", 152], ["low_price", 552895.93], ["avg_price", 552895.99], ["high_price", 553895.95], ["created_at", "2016-05-30 10:12:23.400497"], ["updated_at", "2016-05-30 10:12:23.400497"]]
|
52927
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 9], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 46], ["volume", 241], ["low_price", 550002.69], ["avg_price", 550002.69], ["high_price", 550002.69], ["created_at", "2016-05-30 10:12:23.402170"], ["updated_at", "2016-05-30 10:12:23.402170"]]
|
52928
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
52929
|
+
[1m[35m (0.3ms)[0m BEGIN
|
52930
|
+
[1m[36m (0.6ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 10]]
|
52931
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 10], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 47], ["volume", 67], ["low_price", 418000.32], ["avg_price", 510120.31], ["high_price", 574998.84], ["created_at", "2016-05-30 10:12:24.017659"], ["updated_at", "2016-05-30 10:12:24.017659"]]
|
52932
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 10], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 55], ["volume", 67], ["low_price", 418000.44], ["avg_price", 574905.81], ["high_price", 574988.27], ["created_at", "2016-05-30 10:12:24.021897"], ["updated_at", "2016-05-30 10:12:24.021897"]]
|
52933
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 10], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 41], ["volume", 104], ["low_price", 418000.61], ["avg_price", 528550.5], ["high_price", 557001.99], ["created_at", "2016-05-30 10:12:24.024187"], ["updated_at", "2016-05-30 10:12:24.024187"]]
|
52934
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 10], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 55], ["volume", 152], ["low_price", 418000.8], ["avg_price", 556999.92], ["high_price", 556999.93], ["created_at", "2016-05-30 10:12:24.027428"], ["updated_at", "2016-05-30 10:12:24.027428"]]
|
52935
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 10], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 48], ["volume", 113], ["low_price", 418000.85], ["avg_price", 418000.92], ["high_price", 499999.85], ["created_at", "2016-05-30 10:12:24.030559"], ["updated_at", "2016-05-30 10:12:24.030559"]]
|
52936
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
52937
|
+
[1m[35m (0.3ms)[0m BEGIN
|
52938
|
+
[1m[36m (1.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 5], ["eve_item_id", 11]]
|
52939
|
+
[1m[35mSQL (3.2ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 5], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 4], ["low_price", 420000.0], ["avg_price", 420000.0], ["high_price", 420000.0], ["created_at", "2016-05-30 10:12:24.643042"], ["updated_at", "2016-05-30 10:12:24.643042"]]
|
52940
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 5], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 500000.0], ["avg_price", 500000.0], ["high_price", 500000.0], ["created_at", "2016-05-30 10:12:24.648737"], ["updated_at", "2016-05-30 10:12:24.648737"]]
|
52941
|
+
[1m[35m (1.4ms)[0m COMMIT
|
52942
|
+
[1m[36m (17.5ms)[0m [1mBEGIN[0m
|
52943
|
+
[1m[35m (1.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 11], ["eve_item_id", 11]]
|
52944
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 11], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 6], ["volume", 6], ["low_price", 400000.0], ["avg_price", 529666.67], ["high_price", 589000.0], ["created_at", "2016-05-30 10:12:25.320492"], ["updated_at", "2016-05-30 10:12:25.320492"]]
|
52945
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 11], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 8], ["volume", 14], ["low_price", 364000.01], ["avg_price", 581571.43], ["high_price", 597000.0], ["created_at", "2016-05-30 10:12:25.323316"], ["updated_at", "2016-05-30 10:12:25.323316"]]
|
52946
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 11], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 577999.99], ["avg_price", 601999.99], ["high_price", 650000.0], ["created_at", "2016-05-30 10:12:25.325756"], ["updated_at", "2016-05-30 10:12:25.325756"]]
|
52947
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 11], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 7], ["volume", 7], ["low_price", 275000.01], ["avg_price", 483428.57], ["high_price", 577999.99], ["created_at", "2016-05-30 10:12:25.328276"], ["updated_at", "2016-05-30 10:12:25.328276"]]
|
52948
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 11], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 150000.02], ["avg_price", 150000.02], ["high_price", 150000.02], ["created_at", "2016-05-30 10:12:25.330613"], ["updated_at", "2016-05-30 10:12:25.330613"]]
|
52949
|
+
[1m[35m (0.7ms)[0m COMMIT
|
52950
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
52951
|
+
[1m[35m (0.6ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 24], ["eve_item_id", 11]]
|
52952
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
52953
|
+
[1m[35m (1.0ms)[0m BEGIN
|
52954
|
+
[1m[36m (1.2ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 34], ["eve_item_id", 11]]
|
52955
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 34], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 500000.0], ["avg_price", 500000.0], ["high_price", 500000.0], ["created_at", "2016-05-30 10:12:27.030332"], ["updated_at", "2016-05-30 10:12:27.030332"]]
|
52956
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 34], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 500000.0], ["avg_price", 566666.67], ["high_price", 600000.0], ["created_at", "2016-05-30 10:12:27.034562"], ["updated_at", "2016-05-30 10:12:27.034562"]]
|
52957
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 34], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 525000.0], ["avg_price", 525000.0], ["high_price", 525000.0], ["created_at", "2016-05-30 10:12:27.039368"], ["updated_at", "2016-05-30 10:12:27.039368"]]
|
52958
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 34], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 2], ["low_price", 600000.0], ["avg_price", 600000.0], ["high_price", 600000.0], ["created_at", "2016-05-30 10:12:27.043036"], ["updated_at", "2016-05-30 10:12:27.043036"]]
|
52959
|
+
[1m[35m (0.8ms)[0m COMMIT
|
52960
|
+
[1m[36m (28.0ms)[0m [1mBEGIN[0m
|
52961
|
+
[1m[35m (0.5ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 35], ["eve_item_id", 11]]
|
52962
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 35], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 2], ["volume", 5], ["low_price", 400000.0], ["avg_price", 500000.0], ["high_price", 899999.99], ["created_at", "2016-05-30 10:12:27.950916"], ["updated_at", "2016-05-30 10:12:27.950916"]]
|
52963
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 35], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 357499.99], ["avg_price", 568999.99], ["high_price", 992000.0], ["created_at", "2016-05-30 10:12:27.953051"], ["updated_at", "2016-05-30 10:12:27.953051"]]
|
52964
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 35], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 359999.99], ["avg_price", 359999.99], ["high_price", 359999.99], ["created_at", "2016-05-30 10:12:27.954917"], ["updated_at", "2016-05-30 10:12:27.954917"]]
|
52965
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 35], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 4], ["low_price", 500.0], ["avg_price", 500.0], ["high_price", 500.0], ["created_at", "2016-05-30 10:12:27.956548"], ["updated_at", "2016-05-30 10:12:27.956548"]]
|
52966
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 35], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 500.0], ["avg_price", 500.0], ["high_price", 500.0], ["created_at", "2016-05-30 10:12:27.958136"], ["updated_at", "2016-05-30 10:12:27.958136"]]
|
52967
|
+
[1m[35m (0.6ms)[0m COMMIT
|
52968
|
+
[1m[36m (0.9ms)[0m [1mBEGIN[0m
|
52969
|
+
[1m[35m (1.7ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 37], ["eve_item_id", 11]]
|
52970
|
+
[1m[36mSQL (16.2ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 37], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 450000.0], ["avg_price", 450000.0], ["high_price", 450000.0], ["created_at", "2016-05-30 10:12:28.871299"], ["updated_at", "2016-05-30 10:12:28.871299"]]
|
52971
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 37], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 350000.0], ["avg_price", 350000.0], ["high_price", 350000.0], ["created_at", "2016-05-30 10:12:28.890036"], ["updated_at", "2016-05-30 10:12:28.890036"]]
|
52972
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 37], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 450000.0], ["avg_price", 450000.0], ["high_price", 450000.0], ["created_at", "2016-05-30 10:12:28.892890"], ["updated_at", "2016-05-30 10:12:28.892890"]]
|
52973
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 37], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 495000.0], ["avg_price", 495000.0], ["high_price", 495000.0], ["created_at", "2016-05-30 10:12:28.895492"], ["updated_at", "2016-05-30 10:12:28.895492"]]
|
52974
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
52975
|
+
[1m[35m (0.8ms)[0m BEGIN
|
52976
|
+
[1m[36m (2.1ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 38], ["eve_item_id", 11]]
|
52977
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 38], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 34], ["volume", 37], ["low_price", 370009.01], ["avg_price", 399457.68], ["high_price", 399995.0], ["created_at", "2016-05-30 10:12:30.711319"], ["updated_at", "2016-05-30 10:12:30.711319"]]
|
52978
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 38], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 31], ["volume", 72], ["low_price", 410000.0], ["avg_price", 427543.41], ["high_price", 444444.1], ["created_at", "2016-05-30 10:12:30.714445"], ["updated_at", "2016-05-30 10:12:30.714445"]]
|
52979
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 38], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 33], ["volume", 36], ["low_price", 370009.01], ["avg_price", 400658.1], ["high_price", 470000.0], ["created_at", "2016-05-30 10:12:30.717053"], ["updated_at", "2016-05-30 10:12:30.717053"]]
|
52980
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 38], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 35], ["volume", 100], ["low_price", 475955.71], ["avg_price", 517446.66], ["high_price", 549499.69], ["created_at", "2016-05-30 10:12:30.720068"], ["updated_at", "2016-05-30 10:12:30.720068"]]
|
52981
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 38], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 35], ["volume", 149], ["low_price", 370009.03], ["avg_price", 370009.03], ["high_price", 370009.03], ["created_at", "2016-05-30 10:12:30.722579"], ["updated_at", "2016-05-30 10:12:30.722579"]]
|
52982
|
+
[1m[36m (1.3ms)[0m [1mCOMMIT[0m
|
52983
|
+
[1m[35m (0.4ms)[0m BEGIN
|
52984
|
+
[1m[36m (0.8ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 46], ["eve_item_id", 11]]
|
52985
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 46], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 10], ["volume", 12], ["low_price", 100000.0], ["avg_price", 354333.33], ["high_price", 500000.0], ["created_at", "2016-05-30 10:12:32.302224"], ["updated_at", "2016-05-30 10:12:32.302224"]]
|
52986
|
+
[1m[36mSQL (2.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 46], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 100000.0], ["avg_price", 325000.0], ["high_price", 550000.0], ["created_at", "2016-05-30 10:12:32.307186"], ["updated_at", "2016-05-30 10:12:32.307186"]]
|
52987
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 46], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 7], ["volume", 10], ["low_price", 425000.0], ["avg_price", 438999.99], ["high_price", 599999.95], ["created_at", "2016-05-30 10:12:32.314163"], ["updated_at", "2016-05-30 10:12:32.314163"]]
|
52988
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 46], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 11], ["volume", 12], ["low_price", 299999.99], ["avg_price", 383333.33], ["high_price", 500000.0], ["created_at", "2016-05-30 10:12:32.318438"], ["updated_at", "2016-05-30 10:12:32.318438"]]
|
52989
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 46], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 11], ["volume", 15], ["low_price", 299999.99], ["avg_price", 410666.66], ["high_price", 500000.0], ["created_at", "2016-05-30 10:12:32.321008"], ["updated_at", "2016-05-30 10:12:32.321008"]]
|
52990
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
52991
|
+
[1m[35m (0.3ms)[0m BEGIN
|
52992
|
+
[1m[36m (0.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 48], ["eve_item_id", 11]]
|
52993
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 48], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 5], ["volume", 6], ["low_price", 10000.0], ["avg_price", 269254.55], ["high_price", 387763.66], ["created_at", "2016-05-30 10:12:32.914182"], ["updated_at", "2016-05-30 10:12:32.914182"]]
|
52994
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 48], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 350000.0], ["avg_price", 375000.0], ["high_price", 400000.0], ["created_at", "2016-05-30 10:12:32.916229"], ["updated_at", "2016-05-30 10:12:32.916229"]]
|
52995
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 48], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 550000.0], ["avg_price", 550000.0], ["high_price", 550000.0], ["created_at", "2016-05-30 10:12:32.917881"], ["updated_at", "2016-05-30 10:12:32.917881"]]
|
52996
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 48], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 324342.11], ["avg_price", 334608.3], ["high_price", 344874.5], ["created_at", "2016-05-30 10:12:32.919511"], ["updated_at", "2016-05-30 10:12:32.919511"]]
|
52997
|
+
[1m[35m (0.6ms)[0m COMMIT
|
52998
|
+
[1m[36m (1.2ms)[0m [1mBEGIN[0m
|
52999
|
+
[1m[35m (2.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 54], ["eve_item_id", 11]]
|
53000
|
+
[1m[36mSQL (2.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 54], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 750000.0], ["avg_price", 750000.0], ["high_price", 750000.0], ["created_at", "2016-05-30 10:12:33.571165"], ["updated_at", "2016-05-30 10:12:33.571165"]]
|
53001
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 54], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 599999.89], ["avg_price", 599999.89], ["high_price", 599999.89], ["created_at", "2016-05-30 10:12:33.579411"], ["updated_at", "2016-05-30 10:12:33.579411"]]
|
53002
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 54], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 500000.0], ["avg_price", 500000.0], ["high_price", 500000.0], ["created_at", "2016-05-30 10:12:33.584963"], ["updated_at", "2016-05-30 10:12:33.584963"]]
|
53003
|
+
[1m[35m (1.9ms)[0m COMMIT
|
53004
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
53005
|
+
[1m[35m (2.2ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 55], ["eve_item_id", 11]]
|
53006
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 55], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 350000.0], ["avg_price", 350000.0], ["high_price", 350000.0], ["created_at", "2016-05-30 10:12:34.722633"], ["updated_at", "2016-05-30 10:12:34.722633"]]
|
53007
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 55], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 514498.51], ["avg_price", 514498.51], ["high_price", 514498.51], ["created_at", "2016-05-30 10:12:34.724896"], ["updated_at", "2016-05-30 10:12:34.724896"]]
|
53008
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 55], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 9], ["volume", 33], ["low_price", 299999.99], ["avg_price", 328195.96], ["high_price", 350000.0], ["created_at", "2016-05-30 10:12:34.727005"], ["updated_at", "2016-05-30 10:12:34.727005"]]
|
53009
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 55], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 438000.0], ["avg_price", 566750.01], ["high_price", 990000.05], ["created_at", "2016-05-30 10:12:34.728903"], ["updated_at", "2016-05-30 10:12:34.728903"]]
|
53010
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 55], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 400000.0], ["avg_price", 400000.0], ["high_price", 400000.0], ["created_at", "2016-05-30 10:12:34.730622"], ["updated_at", "2016-05-30 10:12:34.730622"]]
|
53011
|
+
[1m[35m (0.6ms)[0m COMMIT
|
53012
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
53013
|
+
[1m[35m (0.5ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 58], ["eve_item_id", 11]]
|
53014
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 58], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 63], ["volume", 200], ["low_price", 130000.0], ["avg_price", 130000.0], ["high_price", 130000.0], ["created_at", "2016-05-30 10:12:35.367874"], ["updated_at", "2016-05-30 10:12:35.367874"]]
|
53015
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 58], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 68], ["volume", 164], ["low_price", 290000.09], ["avg_price", 290000.1], ["high_price", 387500.01], ["created_at", "2016-05-30 10:12:35.370300"], ["updated_at", "2016-05-30 10:12:35.370300"]]
|
53016
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 58], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 76], ["volume", 216], ["low_price", 300000.0], ["avg_price", 300000.0], ["high_price", 315000.0], ["created_at", "2016-05-30 10:12:35.372099"], ["updated_at", "2016-05-30 10:12:35.372099"]]
|
53017
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 58], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 91], ["volume", 223], ["low_price", 315000.0], ["avg_price", 330000.0], ["high_price", 399999.95], ["created_at", "2016-05-30 10:12:35.373821"], ["updated_at", "2016-05-30 10:12:35.373821"]]
|
53018
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 58], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 71], ["volume", 141], ["low_price", 355000.0], ["avg_price", 400000.0], ["high_price", 419998.94], ["created_at", "2016-05-30 10:12:35.375585"], ["updated_at", "2016-05-30 10:12:35.375585"]]
|
53019
|
+
[1m[35m (0.7ms)[0m COMMIT
|
53020
|
+
[1m[36m (7.0ms)[0m [1mBEGIN[0m
|
53021
|
+
[1m[35m (1.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 64], ["eve_item_id", 11]]
|
53022
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 64], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 10], ["low_price", 35000.0], ["avg_price", 35000.0], ["high_price", 35000.0], ["created_at", "2016-05-30 10:12:36.432356"], ["updated_at", "2016-05-30 10:12:36.432356"]]
|
53023
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 64], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 10], ["low_price", 25000.0], ["avg_price", 25000.0], ["high_price", 25000.0], ["created_at", "2016-05-30 10:12:36.437961"], ["updated_at", "2016-05-30 10:12:36.437961"]]
|
53024
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 64], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 405000.0], ["avg_price", 405000.0], ["high_price", 405000.0], ["created_at", "2016-05-30 10:12:36.441541"], ["updated_at", "2016-05-30 10:12:36.441541"]]
|
53025
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 64], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 25000.0], ["avg_price", 185350.88], ["high_price", 265526.32], ["created_at", "2016-05-30 10:12:36.446189"], ["updated_at", "2016-05-30 10:12:36.446189"]]
|
53026
|
+
[1m[36m (2.0ms)[0m [1mCOMMIT[0m
|
53027
|
+
[1m[35m (3.2ms)[0m BEGIN
|
53028
|
+
[1m[36m (21.2ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 65], ["eve_item_id", 11]]
|
53029
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 65], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 5], ["volume", 5], ["low_price", 312499.5], ["avg_price", 379999.6], ["high_price", 650000.0], ["created_at", "2016-05-30 10:12:37.385499"], ["updated_at", "2016-05-30 10:12:37.385499"]]
|
53030
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 65], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 324999.0], ["avg_price", 324999.0], ["high_price", 324999.0], ["created_at", "2016-05-30 10:12:37.388788"], ["updated_at", "2016-05-30 10:12:37.388788"]]
|
53031
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 65], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 7], ["volume", 7], ["low_price", 468999.99], ["avg_price", 514571.14], ["high_price", 1000000.0], ["created_at", "2016-05-30 10:12:37.391079"], ["updated_at", "2016-05-30 10:12:37.391079"]]
|
53032
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 65], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 400000.0], ["avg_price", 400000.0], ["high_price", 400000.0], ["created_at", "2016-05-30 10:12:37.392530"], ["updated_at", "2016-05-30 10:12:37.392530"]]
|
53033
|
+
[1m[35m (1.1ms)[0m COMMIT
|
53034
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
53035
|
+
[1m[35m (1.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 66], ["eve_item_id", 11]]
|
53036
|
+
[1m[36mSQL (8.0ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 66], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 40000.0], ["avg_price", 165000.0], ["high_price", 290000.0], ["created_at", "2016-05-30 10:12:38.642283"], ["updated_at", "2016-05-30 10:12:38.642283"]]
|
53037
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 66], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 2], ["volume", 6], ["low_price", 40000.0], ["avg_price", 82500.0], ["high_price", 295000.0], ["created_at", "2016-05-30 10:12:38.652549"], ["updated_at", "2016-05-30 10:12:38.652549"]]
|
53038
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 66], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 6], ["volume", 7], ["low_price", 290000.0], ["avg_price", 346428.57], ["high_price", 410000.0], ["created_at", "2016-05-30 10:12:38.654715"], ["updated_at", "2016-05-30 10:12:38.654715"]]
|
53039
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 66], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 410000.0], ["avg_price", 410000.0], ["high_price", 410000.0], ["created_at", "2016-05-30 10:12:38.656537"], ["updated_at", "2016-05-30 10:12:38.656537"]]
|
53040
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
53041
|
+
[1m[35m (0.2ms)[0m BEGIN
|
53042
|
+
[1m[36m (0.6ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 67], ["eve_item_id", 11]]
|
53043
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 67], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 16], ["volume", 59], ["low_price", 300000.0], ["avg_price", 353730.37], ["high_price", 469999.0], ["created_at", "2016-05-30 10:12:39.352460"], ["updated_at", "2016-05-30 10:12:39.352460"]]
|
53044
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 67], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 6], ["volume", 6], ["low_price", 437500.0], ["avg_price", 763365.63], ["high_price", 1489991.33], ["created_at", "2016-05-30 10:12:39.355248"], ["updated_at", "2016-05-30 10:12:39.355248"]]
|
53045
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 67], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 10], ["volume", 10], ["low_price", 550000.0], ["avg_price", 51761500.0], ["high_price", 510000000.03], ["created_at", "2016-05-30 10:12:39.357134"], ["updated_at", "2016-05-30 10:12:39.357134"]]
|
53046
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 67], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 6], ["volume", 6], ["low_price", 127201.0], ["avg_price", 618134.0], ["high_price", 1600000.0], ["created_at", "2016-05-30 10:12:39.359530"], ["updated_at", "2016-05-30 10:12:39.359530"]]
|
53047
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 67], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 6], ["volume", 30], ["low_price", 400000.0], ["avg_price", 2559404.2], ["high_price", 2999997.0], ["created_at", "2016-05-30 10:12:39.361282"], ["updated_at", "2016-05-30 10:12:39.361282"]]
|
53048
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
53049
|
+
[1m[35m (0.6ms)[0m BEGIN
|
53050
|
+
[1m[36m (2.4ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 69], ["eve_item_id", 11]]
|
53051
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 69], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 45], ["volume", 48], ["low_price", 332500.0], ["avg_price", 417673.31], ["high_price", 480002.5], ["created_at", "2016-05-30 10:12:40.102002"], ["updated_at", "2016-05-30 10:12:40.102002"]]
|
53052
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 69], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 77], ["volume", 208], ["low_price", 426000.0], ["avg_price", 500000.0], ["high_price", 550000.0], ["created_at", "2016-05-30 10:12:40.105233"], ["updated_at", "2016-05-30 10:12:40.105233"]]
|
53053
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 69], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 51], ["volume", 172], ["low_price", 550000.0], ["avg_price", 550000.0], ["high_price", 550000.0], ["created_at", "2016-05-30 10:12:40.108207"], ["updated_at", "2016-05-30 10:12:40.108207"]]
|
53054
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 69], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 45], ["volume", 154], ["low_price", 550000.0], ["avg_price", 550000.0], ["high_price", 550000.0], ["created_at", "2016-05-30 10:12:40.111121"], ["updated_at", "2016-05-30 10:12:40.111121"]]
|
53055
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 69], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 37], ["volume", 57], ["low_price", 299000.0], ["avg_price", 303323.31], ["high_price", 399000.0], ["created_at", "2016-05-30 10:12:40.114039"], ["updated_at", "2016-05-30 10:12:40.114039"]]
|
53056
|
+
[1m[36m (1.1ms)[0m [1mCOMMIT[0m
|
53057
|
+
[1m[35m (0.8ms)[0m BEGIN
|
53058
|
+
[1m[36m (0.9ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 70], ["eve_item_id", 11]]
|
53059
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 70], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 424999.99], ["avg_price", 424999.99], ["high_price", 424999.99], ["created_at", "2016-05-30 10:12:41.022915"], ["updated_at", "2016-05-30 10:12:41.022915"]]
|
53060
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 70], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 6], ["volume", 6], ["low_price", 424999.99], ["avg_price", 515833.33], ["high_price", 775000.0], ["created_at", "2016-05-30 10:12:41.026427"], ["updated_at", "2016-05-30 10:12:41.026427"]]
|
53061
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 70], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 9], ["volume", 10], ["low_price", 300000.0], ["avg_price", 357000.0], ["high_price", 424999.99], ["created_at", "2016-05-30 10:12:41.029065"], ["updated_at", "2016-05-30 10:12:41.029065"]]
|
53062
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 70], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 300000.0], ["avg_price", 443333.33], ["high_price", 515000.0], ["created_at", "2016-05-30 10:12:41.031075"], ["updated_at", "2016-05-30 10:12:41.031075"]]
|
53063
|
+
[1m[35m (0.8ms)[0m COMMIT
|
53064
|
+
[1m[36m (0.8ms)[0m [1mBEGIN[0m
|
53065
|
+
[1m[35m (1.6ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 78], ["eve_item_id", 11]]
|
53066
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 78], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 9], ["volume", 22], ["low_price", 470000.0], ["avg_price", 544772.73], ["high_price", 590000.0], ["created_at", "2016-05-30 10:12:41.692061"], ["updated_at", "2016-05-30 10:12:41.692061"]]
|
53067
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 78], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 350000.0], ["avg_price", 410000.0], ["high_price", 470000.0], ["created_at", "2016-05-30 10:12:41.694374"], ["updated_at", "2016-05-30 10:12:41.694374"]]
|
53068
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 78], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 500000.0], ["avg_price", 513333.33], ["high_price", 519999.99], ["created_at", "2016-05-30 10:12:41.696351"], ["updated_at", "2016-05-30 10:12:41.696351"]]
|
53069
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 78], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 9], ["volume", 9], ["low_price", 340000.0], ["avg_price", 404566.66], ["high_price", 519999.99], ["created_at", "2016-05-30 10:12:41.698158"], ["updated_at", "2016-05-30 10:12:41.698158"]]
|
53070
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 78], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 395000.35], ["avg_price", 455250.42], ["high_price", 515500.5], ["created_at", "2016-05-30 10:12:41.699706"], ["updated_at", "2016-05-30 10:12:41.699706"]]
|
53071
|
+
[1m[35m (0.6ms)[0m COMMIT
|
53072
|
+
[1m[36m (31.5ms)[0m [1mBEGIN[0m
|
53073
|
+
[1m[35m (0.5ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 82], ["eve_item_id", 11]]
|
53074
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 82], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 999998.0], ["avg_price", 999998.0], ["high_price", 999998.0], ["created_at", "2016-05-30 10:12:42.707277"], ["updated_at", "2016-05-30 10:12:42.707277"]]
|
53075
|
+
[1m[35m (0.7ms)[0m COMMIT
|
53076
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
53077
|
+
[1m[35m (1.3ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 83], ["eve_item_id", 11]]
|
53078
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 83], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 24], ["volume", 83], ["low_price", 296000.0], ["avg_price", 316733.36], ["high_price", 318999.0], ["created_at", "2016-05-30 10:12:43.333367"], ["updated_at", "2016-05-30 10:12:43.333367"]]
|
53079
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 83], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 17], ["volume", 34], ["low_price", 278121.04], ["avg_price", 329202.34], ["high_price", 376897.25], ["created_at", "2016-05-30 10:12:43.335673"], ["updated_at", "2016-05-30 10:12:43.335673"]]
|
53080
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 83], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 17], ["volume", 27], ["low_price", 290000.0], ["avg_price", 361891.56], ["high_price", 376897.23], ["created_at", "2016-05-30 10:12:43.337401"], ["updated_at", "2016-05-30 10:12:43.337401"]]
|
53081
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 83], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 29], ["volume", 62], ["low_price", 276606.05], ["avg_price", 369846.04], ["high_price", 376897.2], ["created_at", "2016-05-30 10:12:43.339240"], ["updated_at", "2016-05-30 10:12:43.339240"]]
|
53082
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 83], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 24], ["volume", 131], ["low_price", 377897.31], ["avg_price", 377897.31], ["high_price", 377897.31], ["created_at", "2016-05-30 10:12:43.340962"], ["updated_at", "2016-05-30 10:12:43.340962"]]
|
53083
|
+
[1m[35m (0.8ms)[0m COMMIT
|
53084
|
+
[1m[36m (1.1ms)[0m [1mBEGIN[0m
|
53085
|
+
[1m[35m (16.5ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 84], ["eve_item_id", 11]]
|
53086
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 84], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 399999.0], ["avg_price", 399999.0], ["high_price", 399999.0], ["created_at", "2016-05-30 10:12:44.187544"], ["updated_at", "2016-05-30 10:12:44.187544"]]
|
53087
|
+
[1m[35m (1.3ms)[0m COMMIT
|
53088
|
+
[1m[36m (1.3ms)[0m [1mBEGIN[0m
|
53089
|
+
[1m[35m (2.3ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 85], ["eve_item_id", 11]]
|
53090
|
+
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 85], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 1590000.01], ["avg_price", 1590000.01], ["high_price", 1590000.01], ["created_at", "2016-05-30 10:12:44.803810"], ["updated_at", "2016-05-30 10:12:44.803810"]]
|
53091
|
+
[1m[35m (1.8ms)[0m COMMIT
|
53092
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
53093
|
+
[1m[35m (0.4ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 86], ["eve_item_id", 11]]
|
53094
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 86], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 99.99], ["avg_price", 99.99], ["high_price", 99.99], ["created_at", "2016-05-30 10:12:45.655915"], ["updated_at", "2016-05-30 10:12:45.655915"]]
|
53095
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 86], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 499990.0], ["avg_price", 499990.0], ["high_price", 499990.0], ["created_at", "2016-05-30 10:12:45.658694"], ["updated_at", "2016-05-30 10:12:45.658694"]]
|
53096
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 86], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 499990.0], ["avg_price", 499990.0], ["high_price", 499990.0], ["created_at", "2016-05-30 10:12:45.660869"], ["updated_at", "2016-05-30 10:12:45.660869"]]
|
53097
|
+
[1m[35m (1.5ms)[0m COMMIT
|
53098
|
+
[1m[36m (1.3ms)[0m [1mBEGIN[0m
|
53099
|
+
[1m[35m (2.0ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 90], ["eve_item_id", 11]]
|
53100
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 90], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 374999.99], ["avg_price", 412499.97], ["high_price", 449999.95], ["created_at", "2016-05-30 10:12:46.322222"], ["updated_at", "2016-05-30 10:12:46.322222"]]
|
53101
|
+
[1m[35m (2.0ms)[0m COMMIT
|
53102
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
53103
|
+
[1m[35m (1.1ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 91], ["eve_item_id", 11]]
|
53104
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 91], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 379000.01], ["avg_price", 396000.0], ["high_price", 430000.0], ["created_at", "2016-05-30 10:12:46.936527"], ["updated_at", "2016-05-30 10:12:46.936527"]]
|
53105
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 91], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 7], ["volume", 7], ["low_price", 390000.0], ["avg_price", 435857.73], ["high_price", 542500.0], ["created_at", "2016-05-30 10:12:46.939234"], ["updated_at", "2016-05-30 10:12:46.939234"]]
|
53106
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 91], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 11], ["volume", 15], ["low_price", 110000.01], ["avg_price", 352001.37], ["high_price", 430004.09], ["created_at", "2016-05-30 10:12:46.940943"], ["updated_at", "2016-05-30 10:12:46.940943"]]
|
53107
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 91], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 11], ["volume", 15], ["low_price", 430004.09], ["avg_price", 459200.69], ["high_price", 499999.0], ["created_at", "2016-05-30 10:12:46.943211"], ["updated_at", "2016-05-30 10:12:46.943211"]]
|
53108
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 91], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 110000.02], ["avg_price", 372500.01], ["high_price", 450000.0], ["created_at", "2016-05-30 10:12:46.944764"], ["updated_at", "2016-05-30 10:12:46.944764"]]
|
53109
|
+
[1m[35m (0.7ms)[0m COMMIT
|
53110
|
+
[1m[36m (2.0ms)[0m [1mBEGIN[0m
|
53111
|
+
[1m[35m (2.4ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 92], ["eve_item_id", 11]]
|
53112
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 106], ["volume", 205], ["low_price", 445200.36], ["avg_price", 479899.98], ["high_price", 479900.0], ["created_at", "2016-05-30 10:12:48.701057"], ["updated_at", "2016-05-30 10:12:48.701057"]]
|
53113
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 108], ["volume", 1446], ["low_price", 400500.51], ["avg_price", 426202.0], ["high_price", 426203.18], ["created_at", "2016-05-30 10:12:48.703310"], ["updated_at", "2016-05-30 10:12:48.703310"]]
|
53114
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 73], ["volume", 181], ["low_price", 350339.3], ["avg_price", 350339.3], ["high_price", 350339.3], ["created_at", "2016-05-30 10:12:48.705033"], ["updated_at", "2016-05-30 10:12:48.705033"]]
|
53115
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 80], ["volume", 204], ["low_price", 350341.16], ["avg_price", 438398.97], ["high_price", 471798.0], ["created_at", "2016-05-30 10:12:48.706628"], ["updated_at", "2016-05-30 10:12:48.706628"]]
|
53116
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 96], ["volume", 191], ["low_price", 350342.16], ["avg_price", 470698.9], ["high_price", 471797.9], ["created_at", "2016-05-30 10:12:48.708202"], ["updated_at", "2016-05-30 10:12:48.708202"]]
|
53117
|
+
[1m[35m (1.0ms)[0m COMMIT
|
53118
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
53119
|
+
[1m[35m (0.3ms)[0m SELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2 [["region_id", 98], ["eve_item_id", 11]]
|
53120
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 98], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 999999.0], ["avg_price", 999999.0], ["high_price", 999999.0], ["created_at", "2016-05-30 10:12:49.597449"], ["updated_at", "2016-05-30 10:12:49.597449"]]
|
53121
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 98], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 1200000.0], ["avg_price", 1200000.0], ["high_price", 1200000.0], ["created_at", "2016-05-30 10:12:49.599817"], ["updated_at", "2016-05-30 10:12:49.599817"]]
|
53122
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 98], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 1200000.0], ["avg_price", 1200000.0], ["high_price", 1200000.0], ["created_at", "2016-05-30 10:12:49.602470"], ["updated_at", "2016-05-30 10:12:49.602470"]]
|
53123
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 98], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 999999.0], ["avg_price", 999999.44], ["high_price", 999999.88], ["created_at", "2016-05-30 10:12:49.604654"], ["updated_at", "2016-05-30 10:12:49.604654"]]
|
53124
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
53125
|
+
[1m[35m (0.9ms)[0m BEGIN
|
53126
|
+
[1m[36m (2.7ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 99], ["eve_item_id", 11]]
|
53127
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 99], ["eve_item_id", 11], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 106610.09], ["avg_price", 106610.09], ["high_price", 106610.09], ["created_at", "2016-05-30 10:12:50.304011"], ["updated_at", "2016-05-30 10:12:50.304011"]]
|
53128
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 99], ["eve_item_id", 11], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 150005.01], ["avg_price", 285002.51], ["high_price", 420000.0], ["created_at", "2016-05-30 10:12:50.307543"], ["updated_at", "2016-05-30 10:12:50.307543"]]
|
53129
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 99], ["eve_item_id", 11], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 4], ["volume", 4], ["low_price", 150005.01], ["avg_price", 292502.5], ["high_price", 435000.0], ["created_at", "2016-05-30 10:12:50.312091"], ["updated_at", "2016-05-30 10:12:50.312091"]]
|
53130
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 99], ["eve_item_id", 11], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 150005.01], ["avg_price", 150005.01], ["high_price", 150005.01], ["created_at", "2016-05-30 10:12:50.315981"], ["updated_at", "2016-05-30 10:12:50.315981"]]
|
53131
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 99], ["eve_item_id", 11], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 417500.0], ["avg_price", 428333.33], ["high_price", 449999.99], ["created_at", "2016-05-30 10:12:50.319984"], ["updated_at", "2016-05-30 10:12:50.319984"]]
|
53132
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
53133
|
+
[1m[35m (1.0ms)[0m BEGIN
|
53134
|
+
[1m[36m (8.5ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 12]]
|
53135
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 12], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 36], ["volume", 78], ["low_price", 10161001.89], ["avg_price", 10942659.42], ["high_price", 11799897.97], ["created_at", "2016-05-30 10:12:51.178982"], ["updated_at", "2016-05-30 10:12:51.178982"]]
|
53136
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 12], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 24], ["volume", 28], ["low_price", 10161002.16], ["avg_price", 11412212.59], ["high_price", 11799896.9], ["created_at", "2016-05-30 10:12:51.183154"], ["updated_at", "2016-05-30 10:12:51.183154"]]
|
53137
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 12], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 15], ["volume", 29], ["low_price", 10162001.23], ["avg_price", 11543363.1], ["high_price", 11799896.91], ["created_at", "2016-05-30 10:12:51.186180"], ["updated_at", "2016-05-30 10:12:51.186180"]]
|
53138
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 12], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 75], ["volume", 89], ["low_price", 10164008.0], ["avg_price", 10788875.6], ["high_price", 11799896.64], ["created_at", "2016-05-30 10:12:51.188911"], ["updated_at", "2016-05-30 10:12:51.188911"]]
|
53139
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 12], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 34], ["volume", 42], ["low_price", 10166018.66], ["avg_price", 10949303.35], ["high_price", 11799896.6], ["created_at", "2016-05-30 10:12:51.191645"], ["updated_at", "2016-05-30 10:12:51.191645"]]
|
53140
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
53141
|
+
[1m[35m (0.9ms)[0m BEGIN
|
53142
|
+
[1m[36m (1.2ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 13]]
|
53143
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 13], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 7], ["volume", 7], ["low_price", 175010009.38], ["avg_price", 179077123.07], ["high_price", 185499548.99], ["created_at", "2016-05-30 10:12:52.095450"], ["updated_at", "2016-05-30 10:12:52.095450"]]
|
53144
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 13], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 16], ["volume", 16], ["low_price", 175010009.29], ["avg_price", 183605817.28], ["high_price", 185449549.0], ["created_at", "2016-05-30 10:12:52.097999"], ["updated_at", "2016-05-30 10:12:52.097999"]]
|
53145
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 13], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 18], ["volume", 20], ["low_price", 175010011.33], ["avg_price", 186400889.93], ["high_price", 189499997.93], ["created_at", "2016-05-30 10:12:52.099850"], ["updated_at", "2016-05-30 10:12:52.099850"]]
|
53146
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 13], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 12], ["volume", 16], ["low_price", 175010011.31], ["avg_price", 186783124.33], ["high_price", 189499996.96], ["created_at", "2016-05-30 10:12:52.101722"], ["updated_at", "2016-05-30 10:12:52.101722"]]
|
53147
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 13], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 20], ["volume", 23], ["low_price", 175010012.97], ["avg_price", 185133914.04], ["high_price", 188999999.78], ["created_at", "2016-05-30 10:12:52.103283"], ["updated_at", "2016-05-30 10:12:52.103283"]]
|
53148
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
53149
|
+
[1m[35m (0.9ms)[0m BEGIN
|
53150
|
+
[1m[36m (3.6ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 92], ["eve_item_id", 14]]
|
53151
|
+
[1m[35mSQL (68.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 14], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 125], ["volume", 416], ["low_price", 590000.0], ["avg_price", 590000.01], ["high_price", 639999.22], ["created_at", "2016-05-30 10:12:53.009907"], ["updated_at", "2016-05-30 10:12:53.009907"]]
|
53152
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 14], ["day_timestamp", "20160526"], ["history_date", "2016-05-26 00:00:00.000000"], ["order_count", 129], ["volume", 536], ["low_price", 585000.01], ["avg_price", 585000.01], ["high_price", 639998.06], ["created_at", "2016-05-30 10:12:53.080567"], ["updated_at", "2016-05-30 10:12:53.080567"]]
|
53153
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 14], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 119], ["volume", 417], ["low_price", 565000.19], ["avg_price", 639997.0], ["high_price", 639997.99], ["created_at", "2016-05-30 10:12:53.082519"], ["updated_at", "2016-05-30 10:12:53.082519"]]
|
53154
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 92], ["eve_item_id", 14], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 161], ["volume", 647], ["low_price", 638997.81], ["avg_price", 638997.81], ["high_price", 639997.84], ["created_at", "2016-05-30 10:12:53.084485"], ["updated_at", "2016-05-30 10:12:53.084485"]]
|
53155
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 92], ["eve_item_id", 14], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 171], ["volume", 1256], ["low_price", 639996.0], ["avg_price", 639996.0], ["high_price", 639996.8], ["created_at", "2016-05-30 10:12:53.086167"], ["updated_at", "2016-05-30 10:12:53.086167"]]
|
53156
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
53157
|
+
[1m[35m (0.4ms)[0m BEGIN
|
53158
|
+
[1m[36m (3.0ms)[0m [1mSELECT "crest_price_histories"."day_timestamp" FROM "crest_price_histories" WHERE "crest_price_histories"."region_id" = $1 AND "crest_price_histories"."eve_item_id" = $2[0m [["region_id", 11], ["eve_item_id", 3]]
|
53159
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 11], ["eve_item_id", 3], ["day_timestamp", "20160525"], ["history_date", "2016-05-25 00:00:00.000000"], ["order_count", 1], ["volume", 1], ["low_price", 350000.0], ["avg_price", 350000.0], ["high_price", 350000.0], ["created_at", "2016-05-30 10:12:53.674984"], ["updated_at", "2016-05-30 10:12:53.674984"]]
|
53160
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 11], ["eve_item_id", 3], ["day_timestamp", "20160527"], ["history_date", "2016-05-27 00:00:00.000000"], ["order_count", 3], ["volume", 3], ["low_price", 262500.0], ["avg_price", 341666.67], ["high_price", 500000.0], ["created_at", "2016-05-30 10:12:53.679052"], ["updated_at", "2016-05-30 10:12:53.679052"]]
|
53161
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["region_id", 11], ["eve_item_id", 3], ["day_timestamp", "20160528"], ["history_date", "2016-05-28 00:00:00.000000"], ["order_count", 1], ["volume", 3], ["low_price", 262500.0], ["avg_price", 262500.0], ["high_price", 262500.0], ["created_at", "2016-05-30 10:12:53.682337"], ["updated_at", "2016-05-30 10:12:53.682337"]]
|
53162
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "crest_price_histories" ("region_id", "eve_item_id", "day_timestamp", "history_date", "order_count", "volume", "low_price", "avg_price", "high_price", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"[0m [["region_id", 11], ["eve_item_id", 3], ["day_timestamp", "20160529"], ["history_date", "2016-05-29 00:00:00.000000"], ["order_count", 2], ["volume", 2], ["low_price", 500000.0], ["avg_price", 500000.0], ["high_price", 500000.0], ["created_at", "2016-05-30 10:12:53.684764"], ["updated_at", "2016-05-30 10:12:53.684764"]]
|
53163
|
+
[1m[35m (0.9ms)[0m COMMIT
|