-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
�[34mfirefly_core_0_1 |�[0m Error: FF10163: Database migration failed: FF10163: Database migration failed: migration failed: syntax error at or near "AUTOINCREMENT" (column 48) in line 3: BEGIN;
�[34mfirefly_core_0_1 |�[0m CREATE TABLE blockchainevents (
�[34mfirefly_core_0_1 |�[0m seq INTEGER PRIMARY KEY AUTOINCREMENT,
�[34mfirefly_core_0_1 |�[0m id UUID NOT NULL,
�[34mfirefly_core_0_1 |�[0m source VARCHAR(256) NOT NULL,
�[34mfirefly_core_0_1 |�[0m namespace VARCHAR(64) NOT NULL,
�[34mfirefly_core_0_1 |�[0m name VARCHAR(256) NOT NULL,
�[34mfirefly_core_0_1 |�[0m protocol_id VARCHAR(256) NOT NULL,
�[34mfirefly_core_0_1 |�[0m timestamp BIGINT NOT NULL,
�[34mfirefly_core_0_1 |�[0m subscription_id UUID,
�[34mfirefly_core_0_1 |�[0m output BYTEA,
�[34mfirefly_core_0_1 |�[0m info BYTEA,
�[34mfirefly_core_0_1 |�[0m tx_type VARCHAR(64),
�[34mfirefly_core_0_1 |�[0m tx_id UUID
�[34mfirefly_core_0_1 |�[0m );
�[34mfirefly_core_0_1 |�[0m
https://github.com/hyperledger/firefly/actions/runs/1710533036
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working