Remove all references to SQL tables import

fixes #1045
This commit is contained in:
softsimon 2022-01-05 13:23:09 +04:00
parent 7dca8ae1a0
commit 24f76f2f37
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
4 changed files with 3 additions and 21 deletions

View file

@ -69,11 +69,6 @@ Create database and grant privileges:
Query OK, 0 rows affected (0.00 sec)
```
From the mempool repo's top-level folder, import the database structure:
```bash
mysql -u mempool -p mempool < mariadb-structure.sql
```
## Mempool Backend
Install mempool dependencies from npm and build the backend: