Explorar el Código

fix merge conflicts

abhishek9686 hace 5 meses
padre
commit
4fcc670fd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      database/database.go

+ 1 - 1
database/database.go

@@ -127,7 +127,7 @@ var Tables = []string{
 	TAG_TABLE_NAME,
 	ACLS_TABLE_NAME,
 	PEER_ACK_TABLE,
-	// ACCESS_TOKENS_TABLE_NAME,
+	SERVER_SETTINGS,
 }
 
 func getCurrentDB() map[string]interface{} {