README.md: remove schema.sql loading as it just becomes running migrate

This commit is contained in:
Luna 2019-04-05 22:26:25 -03:00
parent 81bf33c364
commit fce008bad1
1 changed files with 0 additions and 3 deletions

View File

@ -92,9 +92,6 @@ It's recommended to create a separate user for the `litecord` database.
```sh ```sh
# Create the PostgreSQL database. # Create the PostgreSQL database.
$ createdb litecord $ createdb litecord
# Apply the base schema to the database.
$ psql -f schema.sql litecord
``` ```
Copy the `config.example.py` file and edit it to configure your instance ( Copy the `config.example.py` file and edit it to configure your instance (