From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Fri, 19 Jul 2019 12:01:03 +0000 (+0800) Subject: update db dump (#332) X-Git-Tag: v1.0.5~95 X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=commitdiff_plain;h=da60fba7ca7f5b0cdc51ce8f9049a994d6720b22 update db dump (#332) --- diff --git a/docs/federation/federation.sql b/docs/federation/federation.sql index 447fc888..1959a773 100644 --- a/docs/federation/federation.sql +++ b/docs/federation/federation.sql @@ -35,19 +35,29 @@ LOCK TABLES `chains` WRITE; -- chain name should be the same as BytomChainName in toolbar/federation/common/const.go -- ------------------------------------------------------------------------------------------- -- bytom mainnet consensus start-- --- INSERT INTO `chains` --- (`id`, `name`, `block_height`, `block_hash`, `created_at`, `updated_at`) --- VALUES --- (1,'btm',0,'a75483474799ea1aa6bb910a1a5025b4372bf20bef20f246a2c2dc5e12e8a053','2018-09-13 05:10:43','2018-11-27 09:42:06'); +INSERT INTO `chains` +(`id`, `name`, `block_height`, `block_hash`, `created_at`, `updated_at`) +VALUES +(1,'btm',0,'a75483474799ea1aa6bb910a1a5025b4372bf20bef20f246a2c2dc5e12e8a053','2018-09-13 05:10:43','2018-11-27 09:42:06'); -- bytom mainnet consensus end-- -- bytom testnet&solonet consensus start-- +-- INSERT INTO `chains` +-- (`id`, `name`, `block_height`, `block_hash`, `created_at`, `updated_at`) +-- VALUES +-- (1,'btm',0,'ce4fe9431cd0225b3a811f8f8ec922f2b07a921bb12a8dddae9a85540072c770','2018-09-13 05:10:43','2018-11-27 09:42:06'); +-- bytom testnet&solonet consensus end-- +------------------------------------ bytom consensus -------------------------------------- +------------------------------------ vapor consensus -------------------------------------- +-- chain name should be the same as VaporChainName in toolbar/federation/common/const.go -- +------------------------------------------------------------------------------------------- +-- vapor mainnet consensus start-- INSERT INTO `chains` (`id`, `name`, `block_height`, `block_hash`, `created_at`, `updated_at`) VALUES -(1,'btm',0,'ce4fe9431cd0225b3a811f8f8ec922f2b07a921bb12a8dddae9a85540072c770','2018-09-13 05:10:43','2018-11-27 09:42:06'); --- bytom testnet&solonet consensus end-- - +(1,'vapor',0,'89fc0e98c5cf8a05f3eadb916542ff8a127d810d375c4023ff8fde07cc7eb982','2018-09-13 05:10:43','2018-11-27 09:42:06'); +-- vapor mainnet consensus end-- +------------------------------------ vapor consensus -------------------------------------- /*!40000 ALTER TABLE `chains` ENABLE KEYS */; UNLOCK TABLES;