fix missing root node edge case and use nil snapshot to work with 1.9.15

This commit is contained in:
Ian Norden
2020-06-26 17:47:39 -05:00
parent 18ba50ad67
commit a48e10ac7a
4 changed files with 24 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
[database]
name = "vulcanize_public" # $DATABASE_NAME
hostname = "localhost" # $DATABASE_HOSTNAME
port = 5432 # $DATABASE_PORT
user = "postgres" # $DATABASE_USER
password = "" # $DATABASE_PASSWORD
+4
View File
@@ -0,0 +1,4 @@
[database]
name = "vulcanize_testing"
hostname = "localhost"
port = 5432