code import

This commit is contained in:
Ruzicka Pavel 2017-12-29 18:53:46 +01:00
parent 5a102fcd5a
commit fc36d54062
18 changed files with 1809 additions and 1 deletions

2
stock.sql Executable file
View file

@ -0,0 +1,2 @@
INSERT INTO stock VALUES(0,'Charge credit',0,0.0,0.0);
INSERT INTO stock VALUES(1,'Donation',0,0.0,0.0);