mirror of https://gitlab.com/litecord/litecord.git
README.md: remove schema.sql loading as it just becomes running migrate
This commit is contained in:
parent
81bf33c364
commit
fce008bad1
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue