Commit Graph

  • 4699385a21 new make targets for rolling back pre and post-batch migrations i-norden 2022-01-10 12:13:37 -0600
  • a2c98550b7 mig to upgrade schema version in db; mig to remove temporary indexes for logTrie fix i-norden 2022-01-10 12:06:13 -0600
  • 4ad1250ea1 split out new post-batch migration for indexes that will accelerate our logTrie repair process i-norden 2022-01-10 11:51:49 -0600
  • 3fb695c1e6
    Merge pull request #39 from vulcanize/release-v0.3.3 v3.0.3 v0.3.3 origin/release-v0.3.3 Ian Norden 2022-01-07 13:44:36 -0600
  • b5b9950f1d default val for GOPATH in Makefile i-norden 2022-01-07 13:41:40 -0600
  • 858d6ee85a set GO111MODULE=off when go getting i-norden 2022-01-07 13:07:57 -0600
  • d313d4823e new make targets for running up migrations one at a time i-norden 2022-01-07 12:53:12 -0600
  • 8b64621f46 move public.blocks PK application into own migration to be applied alone i-norden 2022-01-07 12:52:45 -0600
  • 70d571e03e rename file, no schema changes i-norden 2022-01-07 12:51:29 -0600
  • 0e865ad735
    Merge pull request #37 from vulcanize/version_table v0.3.2 origin/release-v0.3.2 Ian Norden 2021-12-28 23:00:01 -0600
  • e2f261caa9 include timestamp for when version is updated origin/version_table i-norden 2021-12-27 13:52:52 -0600
  • 28be11187c updated uml i-norden 2021-12-27 11:41:30 -0600
  • 3833fb85e2 singleton table for internally recording the database schema version i-norden 2021-12-27 11:33:26 -0600
  • 762bc3607a
    Merge pull request #36 from vulcanize/release-v0.3.1 v0.3.1 origin/release-v0.3.1 Ian Norden 2021-12-20 12:50:56 -0600
  • 6c75ec7196
    Merge pull request #34 from vulcanize/postgres_refactor v0.3.0 origin/release-v0.3.0 Ian Norden 2021-12-20 12:16:53 -0600
  • ba962f67f4 updated UML origin/postgres_refactor i-norden 2021-12-20 12:14:03 -0600
  • e64e6bad13
    Merge pull request #29 from vulcanize/impl-postgraphile-trigger Ian Norden 2021-12-20 11:37:17 -0600
  • e532192a6d Fix CI test. origin/impl-postgraphile-trigger Arijit Das 2021-12-20 21:18:17 +0530
  • db48f344f0 Fix failing CI and update incremental migration. Arijit Das 2021-12-20 14:02:23 +0530
  • 852b5da40c Address comments and add subscription for state_accounts and access_list_elements Arijit Das 2021-12-14 15:57:54 +0530
  • 35f72bc438 Fix canonical_header_id function. Arijit Das 2021-12-08 13:31:40 +0530
  • ed183ed182 Implement postgraphile trigger. Arijit Das 2021-12-08 13:30:59 +0530
  • 8fe193be69
    Merge pull request #27 from vulcanize/schema_updates Ian Norden 2021-11-26 09:23:15 -0600
  • 925dba5759 reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort origin/schema_updates i-norden 2021-11-25 11:33:06 -0600
  • 36dc668976 proposed schema changes i-norden 2021-11-25 11:16:13 -0600
  • 6c27203579
    Merge pull request #26 from vulcanize/schema_updates Ian Norden 2021-11-24 17:56:20 -0600
  • 636fa35b84 revert my data type mistake i-norden 2021-11-24 17:49:55 -0600
  • 1c1826773b
    Merge pull request #25 from vulcanize/schema_updates Ian Norden 2021-11-23 11:04:37 -0600
  • 217bbf9523 make tables unlogged for batch import i-norden 2021-11-22 23:41:17 -0600
  • 65be24efaa
    Merge pull request #24 from vulcanize/schema_updates Ian Norden 2021-11-20 14:30:10 -0600
  • 4392505b16 use BIGINT not NUMERIC, it is faster for arithmetic operations and uses less space i-norden 2021-11-20 13:49:03 -0600
  • 86ccdcd7e7
    Merge pull request #23 from vulcanize/add_back_indexes Ian Norden 2021-11-18 19:11:34 -0600
  • 1b4a6fc2e3 split pre and post batch processing migrations apart; create make targets for running each origin/add_back_indexes i-norden 2021-11-18 19:03:37 -0600
  • cb4d0a1275 fix access list and log pks i-norden 2021-11-18 18:53:55 -0600
  • 827de908f4
    Merge pull request #22 from vulcanize/strip_pks_and_fks Ian Norden 2021-11-18 18:12:33 -0600
  • b8f0c194b8 remove pks; migrations to add back pks and fks i-norden 2021-11-18 17:46:50 -0600
  • 0fb07a0a77 use node_id as PK/FK i-norden 2021-11-18 07:33:22 -0600
  • 6105603585 remove postgraphile trigger, it needs to be reworked after PK updates i-norden 2021-11-17 18:56:04 -0600
  • 8e644ebdf4 set of migrations for the parallel batch processing i-norden 2021-11-15 11:08:56 -0600
  • 68e2b1e5cd
    Merge pull request #18 from vulcanize/schema_update Ian Norden 2021-11-15 11:05:26 -0600
  • 7cc9201a94 new natural primary key scheme i-norden 2021-11-14 18:06:02 -0600
  • 075a790dfc
    Merge pull request #14 from vulcanize/fix-dir v2.0.0 v0.2.1 origin/release-v2.0.0 origin/release-v0.2.1 Arijit Das 2021-10-21 16:09:29 +0530
  • 66ece5d618
    Merge pull request #15 from vulcanize/compare-migration Arijit Das 2021-10-13 19:39:07 +0530
  • a8ad027698 Compare Up and Down Migration. Arijit Das 2021-10-13 13:07:25 +0530
  • 6e03bf6cfa Fix migration directory in Makefile. Arijit Das 2021-10-12 17:06:14 +0530
  • 0174b9f978
    Merge pull request #12 from vulcanize/fix-docker-image v0.2.0 origin/release-v0.2.0 Arijit Das 2021-10-09 16:47:06 +0530
  • 76ea0d32dd Fix docker image. Arijit Das 2021-10-09 16:43:16 +0530
  • e841fde8ed
    Merge pull request #11 from vulcanize/fix-gh-workflow v0.1.0 Arijit Das 2021-10-08 19:12:49 +0530
  • 8ba6ab2c9f Fix on-main workflow. Arijit Das 2021-10-08 19:09:08 +0530
  • e5af6a1abe
    Merge pull request #10 from vulcanize/concise-migration-db Arijit Das 2021-10-08 19:04:24 +0530
  • 91d92bc0bc Fix CI workflow. Arijit Das 2021-10-08 18:55:49 +0530
  • d8bf76a48f Fix branch name in workflow. Arijit Das 2021-10-08 18:45:37 +0530
  • 1db8a682df Upgrade statediff image to v0.9.0. Arijit Das 2021-10-08 18:33:37 +0530
  • c89a73f738 Minor fix. Arijit Das 2021-10-05 16:47:45 +0530
  • 562ee3e782 Create a docker image with postgres DB and concise migration. Arijit Das 2021-09-30 18:09:48 +0530
  • 5d887c83d7
    Merge pull request #5 from vulcanize/uml_update Ian Norden 2021-09-13 09:26:10 -0500
  • 59ca681901 update UML i-norden 2021-09-10 14:22:47 -0500
  • cf785ae34d
    Merge pull request #4 from vulcanize/btree_indexes Ian Norden 2021-09-10 14:07:40 -0500
  • 245a0e180a Makefile for running migrations, etc i-norden 2021-09-10 13:52:11 -0500
  • 051ffe1c48 the new migrations that were missing i-norden 2021-09-10 13:51:47 -0500
  • 5e6fb5b81b add btree indexes to storage_cids and state_cids node_type; new db schema i-norden 2021-09-10 10:12:54 -0500
  • 95419285e5
    Merge pull request #3 from vulcanize/uml Ian Norden 2021-08-29 14:05:55 -0500
  • 97cd22767d database uml Ian Norden 2021-08-29 14:00:39 -0500
  • 525e342bf2
    Merge pull request #2 from vulcanize/migrations_and_schema Ian Norden 2021-08-29 13:56:49 -0500
  • ab6053e7a8 db schema and migrations Ian Norden 2021-08-29 13:55:44 -0500
  • 708012a4cd
    Initial commit Ian Norden 2021-05-13 17:14:05 -0500