+\set eg_version '''2.2.0'''
+
+BEGIN;
-- Evergreen DB patch 0663.schema.archive_circ_stat_cats.sql
--
-- Enables users to set copy and patron stat cats to be archivable
ALTER COLUMN copy_location SET DEFAULT 1,
ENABLE TRIGGER ALL;
+COMMIT;
END;
$$ LANGUAGE PLPGSQL;
- Evergreen DB patch 0536.schema.lazy_circ-barcode_lookup.sql
+-- Evergreen DB patch 0536.schema.lazy_circ-barcode_lookup.sql
- FIXME: insert description of change, if needed
+-- FIXME: insert description of change, if needed
-- check whether patch can be applied
),
'integer'
);
+COMMIT;