Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit b2e2c2c

Browse files
committed
schema update
1 parent 203ad79 commit b2e2c2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

storage/postgres/schema/schema.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
CREATE TYPE "plugin_id" AS ENUM (
33
'vultisig-dca-0000',
44
'vultisig-payroll-0000',
5-
'vultisig-fees-feee'
5+
'vultisig-fees-feee',
6+
'vultisig-copytrader-0000'
67
);
78

89
CREATE TYPE "tx_indexer_status" AS ENUM (

0 commit comments

Comments
 (0)