Files
Kazier/backend/db/migrations/000008_operation_uuid.down.sql
2026-09-12 22:08:52 +02:00

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;