4 lines
167 B
SQL
4 lines
167 B
SQL
ALTER TABLE operations DROP CONSTRAINT operations_operation_id_hex_check;
|
|
|
|
ALTER TABLE operations
|
|
ALTER COLUMN operation_id TYPE BIGINT USING operation_id::bigint; |