backend outbox integration
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE operations DROP CONSTRAINT operations_operation_id_hex_check;
|
||||
|
||||
ALTER TABLE operations
|
||||
ALTER COLUMN operation_id TYPE BIGINT USING operation_id::bigint;
|
||||
Reference in New Issue
Block a user