Revision 563 (by ahitrov, 2016/04/12 12:53:34) Payment plugin contenido interface. Order finder and order actions

alter table payments_operations add column uuid integer;
CREATE INDEX payments_operations_uuid ON payments_operations USING btree (uuid) where uuid is not null;