Skip to content

Commit d045c36

Browse files
committed
Added TRACE debugging to Travis.yml added a exception catch in the test with output
cleaned up SQL statements
1 parent 9497d5e commit d045c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
drop database process_tracking
1+
drop database if exists process_tracking;
22
create database process_tracking;
33
create user pt_admin with password 'Testing1!';
44
grant all privileges on database process_tracking to pt_admin;

0 commit comments

Comments
 (0)