Line # Revision Author
1 563 ahitrov alter table payments_operations add column uuid integer;
2 CREATE INDEX payments_operations_uuid ON payments_operations USING btree (uuid) where uuid is not null;