Skip to content

Commit

Permalink
Merge pull request #426 from Concordium/lma/fix/database_types
Browse files Browse the repository at this point in the history
Database enums
  • Loading branch information
lassemand authored Jan 24, 2025
2 parents ec8418c + 7d224ed commit 80ef8b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-scan"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
description = "CCDScan: Indexer and API for the Concordium blockchain"
authors = ["Concordium <[email protected]>"]
Expand Down
3 changes: 2 additions & 1 deletion backend-rust/migrations/0001_initialize.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ CREATE TYPE update_transaction_type AS ENUM (
'TimeoutParametersUpdate',
'MinBlockTimeUpdate',
'BlockEnergyLimitUpdate',
'FinalizationCommitteeParametersUpdate'
'FinalizationCommitteeParametersUpdate',
'ValidatorScoreParametersUpdate'
);

CREATE TYPE transaction_type AS ENUM (
Expand Down

0 comments on commit 80ef8b2

Please sign in to comment.