From b560ab95629e609816f5c7a50451e24378515c49 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 8 Nov 2023 21:26:22 +1030 Subject: [PATCH] Add support for stylus testnet with the network type --- .../20231108211305-network_stylus_testnet.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 database/100-up-sql-shared/20231108211305-network_stylus_testnet.sql diff --git a/database/100-up-sql-shared/20231108211305-network_stylus_testnet.sql b/database/100-up-sql-shared/20231108211305-network_stylus_testnet.sql new file mode 100644 index 000000000..c10bcec73 --- /dev/null +++ b/database/100-up-sql-shared/20231108211305-network_stylus_testnet.sql @@ -0,0 +1,7 @@ +-- migrate:up + +ALTER TYPE network_blockchain ADD VALUE 'stylus_testnet'; + +-- migrate:down + +-- there's no good way to remove enum variants