GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
4
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
marking
Browse code
Update H2 versions
master
1 parent
f90a92b
commit
6e72bdb8a7dc0da20d9fcce17a0d14bee7a99c09
Mark George
authored
on 2 Oct 2023
Patch
Showing
1 changed file
db/h2.sh
Ignore Space
Show notes
View
db/h2.sh
#!/bin/sh H2=../libs/h2-2.2.220.jar java -cp "${H2}" org.h2.tools.Console -web -tcp -browser -user sa -url "jdbc:h2:./testing;IFEXISTS=FALSE;AUTO_SERVER=TRUE"
#!/bin/sh H2=../libs/h2-2.1.214.jar java -cp "${H2}" org.h2.tools.Console -web -tcp -browser -user sa -url "jdbc:h2:./testing;IFEXISTS=FALSE;AUTO_SERVER=TRUE"
Show line notes below