Deploy UDR lib
This commit is contained in:
parent
ff9efb76e0
commit
fa983530f0
@ -4,9 +4,16 @@ set names UTF8;
|
|||||||
|
|
||||||
input recreate_db.ddl;
|
input recreate_db.ddl;
|
||||||
|
|
||||||
|
-- deploy the UDR library
|
||||||
|
shell cp ../build/x86_64-linux/libMyFirstUDRKit.so /opt/firebird/plugins/udr/ ;
|
||||||
|
|
||||||
|
|
||||||
-- create db objects
|
-- create db objects
|
||||||
input testudrkit.ddl;
|
input testudrkit.ddl;
|
||||||
|
|
||||||
|
-- declare the UDR library
|
||||||
|
input ../sql/MyFirstUDRKit.ddl
|
||||||
|
|
||||||
-- insert some test data
|
-- insert some test data
|
||||||
input testudrkit.dml;
|
input testudrkit.dml;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user