projects
/
creorga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f12e90
)
perl uuid corretions
3.27.3
author
Kilian Saffran
<ksaffran@dks.lu>
Thu, 18 Oct 2018 06:13:21 +0000
(08:13 +0200)
committer
Kilian Saffran
<ksaffran@dks.lu>
Thu, 18 Oct 2018 06:13:21 +0000
(08:13 +0200)
Tools/creorgadb.pl
patch
|
blob
|
history
diff --git
a/Tools/creorgadb.pl
b/Tools/creorgadb.pl
index
3891ff5
..
dcecf3d
100644
(file)
--- a/
Tools/creorgadb.pl
+++ b/
Tools/creorgadb.pl
@@
-19,7
+19,7
@@
GetOptions("dbfile|db=s" => \$dbfile,
"template|t=s" => \$templatedb
);
#-db "C:\\Users\\ksaff\\DKS\\projects\\Creorga\\lechatpotte\\7c41cbd9-92b6-6d49-8682-a5404b726d10.sqlite" -t "C:\\Users\\ksaff\\Workspace\\creorga\\app\\defaults\\profile\\creorga.sqlite"
-my $ug = UUID::Generator::PurePerl->new();
+
#
my $ug = UUID::Generator::PurePerl->new();
sub getcoldef($){
my $strddl = shift;
my $curddl = $strddl;