Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Dec 9, 2024
1 parent e3a40c9 commit eb7b256
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ string network

connection.Open();
var s =
$@"CREATE TABLE IF NOT EXISTS `data_provider`.`{fbUSDbName}` (
$@"CREATE TABLE IF NOT EXISTS `{fbUSDbName}` (
`BlockIndex` bigint NOT NULL,
`StakeVersion` varchar(100) NOT NULL,
`AgentAddress` varchar(100) NOT NULL,
Expand Down Expand Up @@ -1041,7 +1041,7 @@ string network
Console.WriteLine("1");
connection.Open();
var stm33 =
$@"CREATE TABLE IF NOT EXISTS `data_provider`.`{bARDbName}` (
$@"CREATE TABLE IF NOT EXISTS `{bARDbName}` (
`BlockIndex` bigint NOT NULL,
`AgentAddress` varchar(100) NOT NULL,
`AvatarAddress` varchar(100) NOT NULL,
Expand Down

0 comments on commit eb7b256

Please sign in to comment.