Deploy UDR lib

This commit is contained in:
Paul Reeves 2023-01-25 15:57:57 +01:00
parent ff9efb76e0
commit fa983530f0
1 changed files with 7 additions and 0 deletions

View File

@ -4,9 +4,16 @@ set names UTF8;
input recreate_db.ddl;
-- deploy the UDR library
shell cp ../build/x86_64-linux/libMyFirstUDRKit.so /opt/firebird/plugins/udr/ ;
-- create db objects
input testudrkit.ddl;
-- declare the UDR library
input ../sql/MyFirstUDRKit.ddl
-- insert some test data
input testudrkit.dml;